yacy_search_server/source/net/yacy
Michael Peter Christen 5f706797cb patch for a bug inside of solr since solr 5.0 when using a boost
function with a numeric date field:
"unexpected docvalues type NUMERIC for field 'last_modified' (expected
one of [SORTED, SORTED_SET]). Use UninvertingReader or index with
docvalues."
This is a well-known bug inside solr which prevents that now the 'sort
by date' in the YaCy search interface can be used. Without this patch no
results at all is displayed (since the exception prevents that). Now
there is at least a result but it is not ordered properly.
2015-09-18 02:25:44 +02:00
..
contentcontrol
cora patch for a bug inside of solr since solr 5.0 when using a boost 2015-09-18 02:25:44 +02:00
crawler on reindex delete index document with invalid url 2015-09-12 23:06:13 +02:00
data Translator refactoring : 2015-09-04 13:42:10 +02:00
document use a parsed date in Document.toString 2015-09-12 22:00:40 +02:00
gui prevent disc usage when showing tray animation 2015-05-30 06:57:15 +02:00
http fix exception throw after sendError in DefaultServlet 2015-09-05 01:57:30 +02:00
kelondro prevent metadata records in index w/o valid url 2015-09-06 22:19:05 +02:00
peers prevent metadata records in index w/o valid url 2015-09-06 22:19:05 +02:00
repository enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
search Hack to prevent Solr issue on partial update on a document containing multivalued date field 2015-09-13 20:23:15 +02:00
server fix: Preserve protocol in url proxy 2015-08-25 01:16:41 +02:00
utils Added utils to help translation without launching full YaCy application 2015-09-04 13:44:44 +02:00
visualization added intensity option to graphics 2015-05-30 06:31:08 +02:00
dbtest.java
migration.java
yacy.java move java environment parameter setting disabling SNI (Server Name Indicator) support for https connections from code to startup script allowing admin to ~easy/transparent alter the YaCy default FALSE setting. 2015-07-29 23:30:05 +02:00
YaCySearchClient.java