malykhin.dmitry
fed354c0e2
Update russian translation
11 years ago
Michael Benz
9dc0aa2b01
German translation for Augmented Browser, Parser, Content Control and Vocabulary
11 years ago
Michael Benz
a87aef83b4
Improved Image Collage and WatchWebStructure page display with CSS changes
11 years ago
Michael Benz
0813f5f82e
Added German translation for AccessGrid_p.html, CrawlCheck_p.html, RegexTest.html and env/templates/submenuTargetAnalysis.template
11 years ago
reger
a2e5ea2026
status panel link to set max mem
...
+url proxy same error text as in transparent
11 years ago
malykhin.dmitry
e9877028c6
update russian translation
11 years ago
Michael Peter Christen
6ed9c0164e
attaching names to all Threads to get a better view in profiling tools
...
like VisualVM
11 years ago
Michael Peter Christen
fdaeac374a
- enhanced postprocessing speed and memory footprint (by using HashMaps
...
instead of TreeMaps)
- enhanced memory footprint of database indexes (by introduction of
optimize calls)
- optimize calls shrink the amount of used memory for index sets if they
are not changed afterwards any more
11 years ago
Michael Peter Christen
1245cfeb43
small change to crawler monitor to fit in larger translations
11 years ago
reger
ba49ff81ed
little more verbose proxy 403 error message
11 years ago
Michael Peter Christen
d325cb8912
fixes and enhancements for postprocessing
11 years ago
Michael Peter Christen
7c1b968378
another fix for the shutdown exceptions
11 years ago
orbiter
133d41386c
(again) full redesign of ConcurrentUpdateSolrConnector to remove
...
out-of-order transactions regarding add and delete operations. Now all
operations (add and delete) are executed concurrently in-order.
11 years ago
orbiter
1960aafd6c
better height for statistic windows
11 years ago
orbiter
b0e3e2100d
better width for Progress table
11 years ago
orbiter
d2f7ce27a7
fix for switch back to localhost (why did this not work? it worked all
...
the time)
11 years ago
reger
c8d437b69a
clean up test sources
...
rename to current package names and move to default location
11 years ago
sixcooler
d346520ed6
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
sixcooler
9afd7db043
bump to httpclient-4.3.3
11 years ago
Michael Benz
65170474a1
Updated German translation with translated submenu include env/templates/submenuComputation.template
11 years ago
Michael Peter Christen
003e9a4041
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
a632b0d2a4
added a forced commit to index deletion to enable synchronized index
...
updates
11 years ago
Michael Peter Christen
1d069c5861
make sure that postprocessed documents are overwritten
11 years ago
Michael Peter Christen
9c41527e9c
Merge branch 'master' of gitorious.org:yacy/icewindxs-rc1
11 years ago
malykhin.dmitry
29a7598991
update russian lang-file and small improve web-interface
11 years ago
reger
ee732bdc03
fix: de translation of menu link
11 years ago
Michael Peter Christen
0d2342575e
Merge branch 'master' of ssh://gitorious.org/yacy/rc1
11 years ago
Michael Peter Christen
3cc5c0ffdd
a concurrency enhancement which was not used because tests showed worse
...
indexing speed. I leave the code there since it may be useful in
SolrCloud environments.
11 years ago
Michael Peter Christen
e644981697
added one more postprocessing low memory check
11 years ago
Michael Peter Christen
1bbc0fe6d2
added a properties file format for the status_p api to support reading
...
of that information with the java Properties class (very easy for small
clients)
11 years ago
Michael Peter Christen
e40511f307
extended the status_p api with disk space information
11 years ago
reger
5e645f4449
Merge origin/master
11 years ago
reger
3b89176b9f
use config value htroot in Jetty init (was hardcoded)
...
- move htroot exist check from old httpdfilehandler to startup, remove from filehandler and legacy proxyhandler
- use SwitchboardConstant.htroot where appropriate
11 years ago
Michael Peter Christen
e1bf65c892
added short memory protection during postprocessing
11 years ago
Michael Peter Christen
90b47e83e6
fixed shutdown error when closing solr connectors
11 years ago
Michael Peter Christen
7640834b37
removed double concurrency to put Solr documents into the index. The
...
writings to the solr index are also buffered in
ConcurrentUpdateSolrConnector
11 years ago
sixcooler
99635e15b4
fix for switching 'simulate short memory status' and 'Memory Strategy'
...
thx Thomas
11 years ago
Michael Peter Christen
0f6b72f24b
do not use luke requests for remote solr servers if the result is
...
different from normal requests. This happens if the remote solr is
actually a solrCloud; in such cases the luke request returns only the
result of the single solr peer, not the whole cloud.
also done: some refactoring.
11 years ago
reger
18a56446ce
reorg URL test classes add isLocal test with some IPv6 examples
...
- putting in default location and clean old package names
- add some valid RFC IPv6 sample urls (which don't pass the isLocal test)
11 years ago
orbiter
f1a395ed46
Merge branch 'master' of ssh://gitorious.org/yacy/rc1
11 years ago
orbiter
95ea6ebb18
Merge branch 'master' of gitorious.org:yacy/icewindxs-rc1
11 years ago
malykhin.dmitry
c89412af69
edit russian locale
11 years ago
Michael Peter Christen
c57026e242
recover from OOM
11 years ago
Michael Peter Christen
907db8b7a6
fix for bad query shortcut hack
11 years ago
Michael Peter Christen
a2b66fe2eb
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
9f6be762a6
- better logging for postprocessing
...
- fixed collection bug in postprocessing
11 years ago
Michael Peter Christen
de8f7994ab
as crawling has a low-cpu demand, we want it to run even if the CPU load
...
is VERY high. This applies also if the CPU load is high because of
in-cache crawling; in that case we want to experience a high-CPU load as
much as possible
11 years ago
Michael Peter Christen
d8e79731df
fixed wrong used memory display
11 years ago
orbiter
da5d4128bf
prevent npe
11 years ago
orbiter
a878c7982c
prevent npe
11 years ago