yacy_search_server/source/net/yacy/search/index
Michael Peter Christen 6f0baaa309 added the clickdepth post-processing: some links may have 'shortcuts' to
already calculated click depths. There are then calculated if the crawl
buffer is empty and therefore no new 'shortcuts' can be discovered.
The status of the clickdepth stack (to-be-processed) can be seen using a
solr search command like this:
http://localhost:8090/solr/select?q=process_sxt:[*%20TO%20*]&start=0&rows=30&fl=sku,clickdepth_i,process_sxt
2013-01-04 16:37:39 +01:00
..
DocumentIndex.java tried to clean up the search process mess 2012-11-01 17:16:43 +01:00
Fulltext.java - fixed 'delete from subpath' during crawl start which deleted nothing; 2012-12-11 13:38:28 +01:00
Segment.java Preparations to produce a click depth attribute in the search index. 2013-01-02 20:55:43 +01:00
SolrConfiguration.java added the clickdepth post-processing: some links may have 'shortcuts' to 2013-01-04 16:37:39 +01:00