yacy_search_server/source/net/yacy
Michael Peter Christen d2151857f1 Added collection navigation:
The collection field (can be filled i.e. in Crawl Start) can be used to
add categories to YaCy index entries. The usage of that field was
restricted to solr searches and post argument filters as implemented in
commit f7571386a3.
This commit extends collections to a full navigation option in the
standard YaCy search interface. The field is not active by default but
can be activated easily in the /ConfigSearchPage_p.html servlet (just
check the 'Collection' facet field). Collections can now be used for (at
least) two purposes:
- to provide search tenants (through post argument collection)
- to provide self-made category navigation
Search requests may now have (independently from switched on or off
collection facet) a "collection:<collection-name>" modifier attached;
firthermore collection names may use disjunctions using the '|' pipe
symbol. For example, this is a valid search request:
www collection:user|proxy
2014-06-15 12:11:23 +02:00
..
contentcontrol do YaCy p2p connections using a timeout-request which covers the http 2014-01-19 15:21:23 +01:00
cora Added collection navigation: 2014-06-15 12:11:23 +02:00
crawler added a push api to make it possible to upload files directly without 2014-06-12 18:10:07 +02:00
data fixed generics warnings for generic array instantiation that appeared 2014-05-20 21:50:16 +02:00
document optimize pdfParser 2014-06-10 04:25:20 +02:00
gui added missing @Override annotation 2014-03-28 13:48:37 +01:00
http Added collection navigation: 2014-06-15 12:11:23 +02:00
kelondro better handling of ranking parameters and new default values for date 2014-05-22 03:01:07 +02:00
peers fix for operator precedence bug (cast binds stronger than bitwise AND) 2014-05-21 18:37:52 +02:00
repository First draft of a blacklist API. 2014-04-30 00:48:38 +02:00
search Added collection navigation: 2014-06-15 12:11:23 +02:00
server refactoring 2014-06-12 05:23:26 +02:00
upnp added missing @Override annotation 2014-03-28 13:48:37 +01:00
utils added missing @Override annotation 2014-03-28 13:48:37 +01:00
visualization another circle computation enhancement 2014-05-13 21:30:47 +02:00
dbtest.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
migration.java autoupdate fails to download latest release (1.71) due to default release blacklist 2014-04-13 07:32:32 +02:00
yacy.java update to Jetty 9 2014-05-11 01:53:11 +02:00
YaCySearchClient.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00