yacy_search_server/source/net/yacy
Michael Peter Christen b2b516cc3e added a collection attribute to crawls and searches:
- a solr field collection_sxt can be used to store a set of crawl tags
- when this field is activated, a crawl tag can be assigned when crawls
are started
- the content of the collection field can be comma-separated, all of
them are assigned to the documents when they are indexed as result of
such a crawl start
- a search result can be drilled down to a specific collection; this is
currently only available in the solr interface and also in the gsa
interface using the 'site' option
- this adds a mandatory field for gsa queries (the google api demands
that field all the time)
2012-09-03 15:26:08 +02:00
..
ai replaced more size() > 0 by !isEmpty() 2012-07-12 11:12:21 +02:00
cora added a collection attribute to crawls and searches: 2012-09-03 15:26:08 +02:00
document - added new solr fields: 2012-08-31 10:30:43 +02:00
gui removed unused method parameters 2012-07-05 10:23:07 +02:00
interaction removed many warnings 2012-08-31 14:07:33 +02:00
kelondro - added new solr fields: 2012-08-31 10:30:43 +02:00
peers added more patches to work without RWI data structure 2012-08-31 14:35:56 +02:00
repository fix for a NPE 2012-07-30 14:51:01 +02:00
search added a collection attribute to crawls and searches: 2012-09-03 15:26:08 +02:00
upnp - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
utils Run from Java the whole app YACY 2012-01-09 01:49:37 +01:00
visualization collection of speed and memory saving hacks 2012-07-13 21:15:38 +02:00
dbtest.java Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +02:00
migration.java using com.google.common.io.Files instead of homebrew methods 2012-06-22 11:39:17 +02:00
yacy.java cleaned up classes and methods which are either superfluous at this time 2012-07-25 14:31:54 +02:00
YaCySearchClient.java made class methods static where possible 2012-07-05 12:38:41 +02:00