yacy_search_server/source/net/yacy/search/query
Michael Peter Christen 409d6edf53 Store node/solr search threads to be able to send them an interrupt
signal in case that a cleanup process wants to remove the search
process. Added also a new cleanup process which can reduce the number of
stored searches to a specific number which can be higher or lower
according to the remaining RAM. The cleanup process is called every time
a search ist started.
2013-05-30 12:38:15 +02:00
..
AccessTracker.java complete redesign of search process: 2013-02-26 17:16:31 +01:00
HeuristicResult.java tried to clean up the search process mess 2012-11-01 17:16:43 +01:00
QueryGoal.java re-declared some fields to be of type string rather than text which 2013-05-06 16:45:54 +02:00
QueryModifier.java - no downcase when using collection modifier 2013-05-17 14:11:10 +02:00
QueryParams.java added a 'collection' property attribute in yacysearch.html which can be 2013-04-23 20:42:54 +02:00
SearchEvent.java Store node/solr search threads to be able to send them an interrupt 2013-05-30 12:38:15 +02:00
SearchEventCache.java Store node/solr search threads to be able to send them an interrupt 2013-05-30 12:38:15 +02:00
SearchEventType.java tried to clean up the search process mess 2012-11-01 17:16:43 +01:00
SecondarySearchSuperviser.java redesign of the QueryParams class: introduced QueryGoal which holds the 2012-11-18 01:22:41 +01:00