yacy_search_server/source/net/yacy/search
Michael Peter Christen 81bb50118e found and fixed a huge memory leak in solr caching (inside Solr). The
not-flushed Solr cache is now handled in this way:
- it is smaller by default
- an Solr-internal process is started to flush the cache periodically
(this does NOT clean the cache, just removes old objects)
- a Solr-external process (the standard YaCy cleanup-process) now has
direct access to the solr internal cache and flushes them completely.
The time frame for such a flush is defined by the cleanup-process
frequency, by default 10 minutes.
2013-11-07 10:01:44 +01:00
..
index found and fixed a huge memory leak in solr caching (inside Solr). The 2013-11-07 10:01:44 +01:00
query - fixed a problem which ocurred when a document was not recognized with 2013-10-23 00:16:54 +02:00
ranking - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
schema added clickdepth and CR computation debug code to verify that the 2013-11-06 15:01:40 +01:00
snippet hacks to prevent storage of data longer than necessary during search and 2013-10-25 15:05:30 +02:00
EventTracker.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
IndexAbstracts.java refactoring: 2011-09-25 16:59:06 +00:00
IndexingQueueEntry.java refactoring 2012-09-21 15:48:16 +02:00
MemoryTracker.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
ResourceObserver.java found and fixed a huge memory leak in solr caching (inside Solr). The 2013-11-07 10:01:44 +01:00
Shutdown.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
StorageQueueEntry.java added missing class 2013-05-30 16:39:48 +02:00
Switchboard.java found and fixed a huge memory leak in solr caching (inside Solr). The 2013-11-07 10:01:44 +01:00
SwitchboardConstants.java load image only if their parser flag is activated 2013-11-04 11:59:28 +01:00