yacy_search_server/source/net/yacy/search
Michael Peter Christen c95a84103a complete redesign of search process:
- removed 'worker' processes
- no internal time-out behaviour: methods either are successful or
return null
- waiting is only done on top-level
- removed snippet-production; this is replaced by solr snippets
- removed statistics based on solr size queries (they had been VERY
long); the statistics (like suggestions or tag cloud) are now again
based on the old but very fast RWI index. In portal or intranet mode the
RWI index is usually switched off; if you like to have statistics again
then you must switch on the rwis again in this mode.
- fixed many bugs regarding correct page counter
2013-02-26 17:16:31 +01:00
..
index complete redesign of search process: 2013-02-26 17:16:31 +01:00
query complete redesign of search process: 2013-02-26 17:16:31 +01:00
ranking enhanced root-url detection 2013-01-03 19:21:21 +01:00
schema fix for schema export to consider also automatically generated 2013-02-25 01:13:03 +01:00
snippet added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01: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 + parser bugfixes 2012-05-04 17:28:27 +02:00
ResourceObserver.java clear some more caches if running out of memory 2013-01-25 04:24:36 +01:00
Shutdown.java Moved solr index-add method to the same method where the YaCy index is 2012-07-25 01:53:47 +02:00
Switchboard.java complete redesign of search process: 2013-02-26 17:16:31 +01:00
SwitchboardConstants.java - added flags in IndexFederated_p.html to switch on or off the webgraph 2013-02-24 18:09:34 +01:00