Michael Peter Christen
304aacb2cc
fix for http://bugs.yacy.net/view.php?id=267
11 years ago
Michael Peter Christen
c3b2301b2f
fix for http://bugs.yacy.net/view.php?id=268
11 years ago
reger
aa1a1f1d2c
- small adjustment to make sure genericParser is tried last
...
-- for some documents genericParser grabs document instead of specific available parser due to unordered pick of 1st to try parser
(like .ps .rdf files and other)
- remove redundant file extension registration
11 years ago
orbiter
3e901dcb06
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
orbiter
f50b596e0b
do not run dht ditribution if system load is over 2.5
11 years ago
orbiter
9c681cc00d
added segment sizes, postprocessing status and cpu load to crawler
...
monitor
11 years ago
orbiter
86b514cf46
added load info to status_p.xml
11 years ago
orbiter
056b42f5aa
- added information about segment count to status_p.xml
...
- also moved this information from the old index structure, which is
still in use for the RWI/DHT index to that front-end
11 years ago
orbiter
6fb2811e68
fixes for problems with remote solr and non-activated webgraph index
11 years ago
sixcooler
af740f3058
changed optimization to a segment-size of index-size/5.000.000
...
+ one if not idle
+ one (and force) if postprocessing
11 years ago
Michael Peter Christen
336f86394c
replaced StringBuffer with StringBuilder
11 years ago
Michael Peter Christen
aeac2fb763
replaced more containsKey() -> get() usages by a simple get(), followed
...
by a test for NULL. This should increase the application speed and
reduces the lookup time for the affected methods by 50%
11 years ago
orbiter
5364c4dcc9
delayed first peer-ping to send the first ping out after the http got
...
up; if the ping comes before the http is up, it cannot be recognized as
senior peer (if at all). See also: http://bugs.yacy.net/view.php?id=266
11 years ago
orbiter
e24016e30a
added the property federated.service.solr.indexing.timeout to yacy.init
...
to provide a configurable time-out for solr; see also:
http://bugs.yacy.net/view.php?id=254
11 years ago
orbiter
c124037f19
removed forced non-soft commits to prevent index fragmentation
11 years ago
Michael Peter Christen
31483c47e1
fixed problem with remote luke requests
11 years ago
Michael Peter Christen
c15aa758dc
removed failreason_t removal patch because that causes too much
...
confusion using an external solr. to clean up the index after a schema
change, use the index cleaner function from the online servlet
11 years ago
reger
2b7a38640a
extend content type detection on file extension for .tif .tiff .htm
11 years ago
Michael Peter Christen
ac1aad5064
added a getSegmentCount method and use it to disable optimize if wanted
...
current segment count is below optimization level
11 years ago
Michael Peter Christen
36035e0a0a
- used reger's LukeRequest to generalize the index info in
...
SolrServerConnector
- used the LukeRequest in SolrServerConnector to replace the index size
method by a getNumDocs request to a LukeRequest result
11 years ago
Michael Peter Christen
39fceb5ccf
fix for NPE & bug #264
11 years ago
Michael Peter Christen
735a66eff3
enhancements to crawler
11 years ago
orbiter
232100301c
removed double-ocurring value assignments
11 years ago
Roland Haeder
be0ff6018f
Removed trailing spaces + some more final
11 years ago
Roland Haeder
aaedc0405d
Fixes and avoid of catching bad exceptions (some):
...
- Rewrote usage of HashMap/Map to concurrent versions (to avoid a
CME=ConcurrentModificationException)
- Rewrote ConnectionInfo (as an example) to use a synchronized iterator
instead of synchronizing an
already synced HashSet (see Collections call)
- This avoids catching CMEs again
- Commented out noisy ConcurrentLog.logException() call
Conflicts:
source/net/yacy/repository/LoaderDispatcher.java
11 years ago
Roland Haeder
841a28ae76
Added 'final' for all exception blocks as this helps the Java compiler
...
to optimize memory usage
Conflicts:
source/net/yacy/search/Switchboard.java
11 years ago
Roland Haeder
98e10f95e2
Added some cora package loggers
11 years ago
Roland Haeder
553f83a14e
Recommended cleanup (please, one day, execute this cleanup)
11 years ago
Felix Ableitner
03044589dd
Fixed (?i) appearing in entries, fixed multiple equal lines in file.
11 years ago
Felix Ableitner
376f9cd9d0
Merge branch 'master' of git://gitorious.org/yacy/rc1 into blacklist_structure
11 years ago
Michael Peter Christen
89c0aa0e74
added collection_sxt to error documents
11 years ago
Michael Peter Christen
0df5195cb0
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
11 years ago
Michael Peter Christen
1fd006cc56
fixes using the embedded connector
11 years ago
orbiter
d0dc86cf3d
logging of deadlocks (if any) during cleanup process
11 years ago
orbiter
aba7cc5de7
added cpu load information to status page
11 years ago
Michael Peter Christen
c6a6f159e8
fix for crawl stack domain counter
12 years ago
Michael Peter Christen
93d1bac140
do a more frequent optimization, reduces IO after optimization
12 years ago
orbiter
260d0c96c7
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
orbiter
b71d13a014
added load and deadlock detector in Memory util
12 years ago
Lotus
2271b17191
Merge branch 'master' of git://git.gitorious.org/yacy/rc1.git
12 years ago
Lotus
af07007799
partly revert latest windows changes:
...
YaCy has to be installed to a directory with write access for the
running user.
DATA folder is now used in the YaCy folder again.
For using another location, the start script has to be heavily modified
for loading proper start parameters after YaCy has been started once.
12 years ago
orbiter
290e24564b
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
orbiter
5533fc8e01
fix for bug 260
12 years ago
Michael Peter Christen
b79471ee67
grr
12 years ago
Michael Peter Christen
a79f288ac1
automatically running optimize on solr if user/search is idle for some
...
time
12 years ago
orbiter
a9c8046c87
do a light optimization at the end of a crawl postprocessing
12 years ago
orbiter
1b43e02b86
Merge branch 'master' of git://gitorious.org/~quix0r/yacy/quix0rs-yacy-rc1
12 years ago
orbiter
a548354c71
replaced type of solr schema object sku of text_en_splitting_tight by
...
string
12 years ago
Roland Haeder
59b4fdd5ad
Merge remote-tracking branch 'upstream/master'
12 years ago
orbiter
5493389576
stealth mode shall only be available for authorized users, because
...
unauthorized users can otherwise be monitored by authorized users
12 years ago