yacy_search_server/debian
Michael Peter Christen d6b82840f8 added a feature to find similarities in documents.
This uses an enhanced version of the Nutch/Solr TextProfileSignatue.
As a result, a signature of the document is written to the solr search
index. Additionally for each time when a signature is written, it is
checked if the singature exists already in the index. If the signature
does not exist, the document is marked as unique. The unique attribute
can now be used to sort document lists and bring duplicates to the end
of a result list.
To enable this, a large portion of the search api to Solr had to be
changed. This affected mainly caching of 'exists' searches to enhance
the check for existing signatures and do this without actually doing a
solr query.
Because here the first time a long number is used as value in the Solr
store, also the value naming in the YaCySchema had to be adopted and
normalized. This caused that many files had to be changed.
2012-11-21 18:46:49 +01:00
..
changelog added a feature to find similarities in documents. 2012-11-21 18:46:49 +01:00
compat * add build target "deb" to create debian packages from svn 2008-08-10 15:26:13 +00:00
config support debconf in debian package 2010-08-18 13:30:57 +00:00
control dependency is java6 only 2012-09-03 15:26:47 +02:00
copyright changed required setting for package signing 2012-01-07 12:37:02 +01:00
postinst fix for debian package installation (caused by refactoring) 2012-09-27 17:23:10 +02:00
postrm support debconf in debian package 2010-08-18 13:30:57 +00:00
preinst * add build target "deb" to create debian packages from svn 2008-08-10 15:26:13 +00:00
prerm * add build target "deb" to create debian packages from svn 2008-08-10 15:26:13 +00:00
rules support debconf in debian package 2010-08-18 13:30:57 +00:00
yacy.substvars support debconf in debian package 2010-08-18 13:30:57 +00:00
yacy.templates support debconf in debian package 2010-08-18 13:30:57 +00:00