yacy_search_server/source/net/yacy/search/index
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
..
DocumentIndex.java added a collection attribute to crawls and searches: 2012-09-03 15:26:08 +02:00
Fulltext.java refctoring 2012-08-23 09:30:11 +02:00
Segment.java added a collection attribute to crawls and searches: 2012-09-03 15:26:08 +02:00
SolrConfiguration.java added a collection attribute to crawls and searches: 2012-09-03 15:26:08 +02:00
YaCySchema.java added a collection attribute to crawls and searches: 2012-09-03 15:26:08 +02:00