yacy_search_server/source/net/yacy/search/query
Michael Peter Christen 97775fbebc fixed ranking for add-function queries: this did not work. The option
was removed. All function queries are now boosts (multiplies the score
according to a function). This is also the recommended way to boost
rankings based on functions as explained in
http://nolanlawson.com/2012/06/02/comparing-boost-methods-in-solr/
2013-04-16 14:45:14 +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 fixed ranking for add-function queries: this did not work. The option 2013-04-16 14:45:14 +02:00
QueryModifier.java introduced a second core named 'webgraph'. This core will hold the link 2013-02-21 13:23:55 +01:00
QueryParams.java fixed ranking for add-function queries: this did not work. The option 2013-04-16 14:45:14 +02:00
SearchEvent.java - setting the same default ranking in the solr interface as for YaCy 2013-04-12 10:48:41 +02:00
SearchEventCache.java changes in ranking computation 2013-03-13 14:47:00 +01: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