yacy_search_server/source/net/yacy/search/index
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
..
DocumentIndex.java - added flags in IndexFederated_p.html to switch on or off the webgraph 2013-02-24 18:09:34 +01:00
Fulltext.java complete redesign of search process: 2013-02-26 17:16:31 +01:00
Segment.java complete redesign of search process: 2013-02-26 17:16:31 +01:00