yacy_search_server/source/net/yacy/search/index
orbiter 037cd0a57c using the BinaryResponseWriter which is supported within the YaCy solr
servlet since YaCy 1.63. This is much more performant for the client
than using the XMLResponseWriter because parsing of XML data is very CPU
intensive. Older YaCy peers are still requested using the
XMLResponseWriter but the majority of YaCy peers already respond with
the binary writer. This makes remote searches much faster and less CPU
intensive.
2013-11-25 21:31:40 +01:00
..
DocumentIndex.java - replaced the properties object in AnchorURL with distinct variables 2013-09-15 23:27:04 +02:00
ErrorCache.java set more logger to 'final static' 2013-11-13 06:18:48 +01:00
Fulltext.java using the BinaryResponseWriter which is supported within the YaCy solr 2013-11-25 21:31:40 +01:00
ReindexSolrBusyThread.java Field Re-Indexing: display list of fields in reindex queue 2013-08-11 04:51:29 +02:00
Segment.java fix for wrong counter 2013-11-16 11:33:35 +01:00