yacy_search_server/source/net/yacy/search
orbiter 9d5d86cd03 Added filter query options to the ranking servlet /RankingSolr_p.html.
Filter queries are not actually related to ranking, but user requests
have pointed out that specific boost queries to move results to the end
of the result list are not sufficient. Such boost filters may be better
executed as actual filter and therefore such a filter can now be
statically applied to every search request. A typical use could be the
expression "http_unique_b:true AND www_unique_b:true" which uses the
recently introduced fields http_unique_b and www_unique_b which are true
only for one of the alternatives with/without http(s) and with/without
prefix 'www.' in host names.
2014-06-15 12:38:30 +02:00
..
index fixed several problems with postprocessing: 2014-05-29 13:24:24 +02:00
query Added filter query options to the ranking servlet /RankingSolr_p.html. 2014-06-15 12:38:30 +02:00
ranking refactore URIMetadataNode to further unify interaction with index 2014-04-20 01:41:30 +02:00
schema added option to prefer http over https in unique-protocol ranking 2014-06-02 17:40:56 +02:00
snippet better handling of ranking parameters and new default values for date 2014-05-22 03:01:07 +02: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 added missing @Override annotation 2014-03-28 13:48:37 +01:00
ResourceObserver.java NPE fix for postprocessing without term index 2014-06-04 12:28:28 +02:00
Shutdown.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
StorageQueueEntry.java added missing class 2013-05-30 16:39:48 +02:00
Switchboard.java Added filter query options to the ranking servlet /RankingSolr_p.html. 2014-06-15 12:38:30 +02:00
SwitchboardConstants.java Added filter query options to the ranking servlet /RankingSolr_p.html. 2014-06-15 12:38:30 +02:00