yacy_search_server/source/net/yacy
luccioman ba9cd14516 Removed hard-coded patch for Solr 5.0 on ranking boost function
The current default boost function
(`recip(ms(NOW,last_modified),3.16e-11,1,1)`) for the Date ranking
profile is indeed working fine.
What can trigger the error `unexpected docvalues type NUMERIC for field
'last_modified'` is the previous default boost function (quite old now)
or any custom one using the Solr `ord` or `rord` functions on the
last_modified field.
Then the problem was that the migration code in the Switchboard supposed
to detect the old date boost function was incorrect (one trailing right
parenthesis in excess), so the deprecated function remained.

This fixes issue #169.
2018-03-26 16:24:27 +02:00
..
contentcontrol Removed some unnecessary uses of java.lang.reflect api. 2017-08-24 18:47:18 +02:00
cora Removed hard-coded patch for Solr 5.0 on ranking boost function 2018-03-26 16:24:27 +02:00
crawler Added a crawl filtering possibility on documents Media Type (MIME) 2018-03-23 10:28:19 +01:00
data Record recrawl calls to make them schedulable 2018-01-10 17:05:53 +01:00
document Added a crawl filtering possibility on documents Media Type (MIME) 2018-03-23 10:28:19 +01:00
gui Ensure lower case conversion consistency with any default locale. 2017-06-27 06:42:33 +02:00
http Handle Solr fields restrict and alias in YaCy html and exml writers 2018-03-16 11:35:42 +01:00
kelondro Enabled partial parsing of audio resources. 2018-03-01 20:50:44 +01:00
peers Use https rather than http in links and queries to openstreetmap.org 2018-02-15 19:14:07 +01:00
repository Improved blacklist entries editing operations : 2018-02-13 18:24:26 +01:00
search Removed hard-coded patch for Solr 5.0 on ranking boost function 2018-03-26 16:24:27 +02:00
server Reuse the same Pattern instance when matching multiple key/values 2018-02-14 07:14:25 +01:00
utils Added an utility to generate/update XLIFF master file from lng files. 2018-01-29 18:34:47 +01:00
visualization Enable full size images preview for users with extended search rights 2017-12-22 11:39:30 +01:00
migration.java Updated the list of audio file formats supported by the audioTagParser 2018-02-27 18:04:12 +01:00
yacy.java Removed use of deprecated Jetty IPAccessHandler for client filtering. 2017-12-08 15:12:08 +01:00