yacy_search_server/source/net/yacy/cora
Michael Peter Christen b85db72a73 added another response writer which can present search result with
texts, separated by sentences. Then, these sentences can be used to
search again in the index for the same sentence. This can be used to
provide a tool for plagiarism-search. (not finished yet).
Try the following:
http://localhost:8090/solr/select?q=text_t:flut&grep=wasser&defType=edismax&start=0&rows=3&core=collection1&wt=grephtml
.. to search for 'flut' and show only sentences in the result documents
which contain the word 'wasser'.
Consider this like using a grep-tool on documents: you select the
documents by a search query and you grep sentences inside the found
documents with the 'grep' attribute.
2013-06-10 18:41:00 +02:00
..
ai refactoring 2012-09-21 15:48:16 +02:00
date extended the Scheduler: introduced scheduled events 2012-12-22 16:27:14 +01:00
document - added ssl configuration sign (a lock) to network statistic/table 2013-05-10 17:32:21 +02:00
federate added another response writer which can present search result with 2013-06-10 18:41:00 +02:00
geo removed kelondro dependencies from cora 2012-09-20 19:38:22 +02:00
language using more pre-compile pattern for split methods 2012-11-26 13:11:55 +01:00
lod added more metadata fields and facets to OpensearchResponseWriter. 2013-02-11 22:10:14 +01:00
order another fix for the debian installer: the installer fails because some 2012-09-28 09:00:40 +02:00
plugin added phonetic classes 2011-12-14 17:33:18 +01:00
protocol use a retry handler with retryCount=0 because we usually expect requests 2013-05-28 11:38:45 +02:00
sorting infinity timeout bug protection patch 2013-04-30 11:06:48 +02:00
storage - fix stopword handling for RWI see example http://bugs.yacy.net/view.php?id=247 2013-06-06 22:07:54 +02:00
util replaced more split and replaceAll missing pattern pre-compilation with 2012-11-26 13:40:53 +01:00