yacy_search_server/source/net/yacy/http
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
..
servlets Added filter query options to the ranking servlet /RankingSolr_p.html. 2014-06-15 12:38:30 +02:00
AbstractRemoteHandler.java avoid erros from ConnectHandler, correction for #6d16fa9 2014-05-21 03:04:07 +02:00
CrashProtectionHandler.java make transparent proxy handle https-connections: 2014-03-26 20:01:15 +01:00
Jetty9HttpServerImpl.java Monitoring and limit connection-count for Jetty 2014-05-22 22:16:39 +02:00
Jetty9YaCySecurityHandler.java removed warnings 2014-05-13 22:27:31 +02:00
MonitorHandler.java Monitoring and limit connection-count for Jetty 2014-05-22 22:16:39 +02:00
ProxyCacheHandler.java refactoring 2014-06-12 05:23:26 +02:00
ProxyHandler.java refactoring 2014-06-12 05:23:26 +02:00
YacyDomainHandler.java removed unused anomichttpd code after migration to jetty 2013-12-23 01:23:40 +01:00
YaCyErrorHandler.java add custom Jetty errorhandler 2014-04-21 17:28:21 +02:00
YaCyHttpServer.java Monitoring and limit connection-count for Jetty 2014-05-22 22:16:39 +02:00
YaCyLegacyCredential.java fix: to allow unix scripts (bin/*.sh) to allways submit http admin apicalls 2014-03-07 00:16:57 +01:00
YaCyLoginService.java code simplifications / removed warnings 2014-01-21 17:53:39 +01:00