yacy_search_server/source/net/yacy/search/schema
Michael Peter Christen 6d3d4c4ea6 changed the concurrent enumeration of query results in such a way that
it is now possible to get the results in two steps:
- first retrieve all IDs as given for a query
- then retieve each document individually

This was necessary for very large result sets where a query may run for
hours and is possibly terminated by a solr-internal timeout. This occurs
regulary during postprocessing and therefore this commit may fix
unwanted postprocessing terminations.
2014-09-17 13:58:55 +02:00
..
CollectionConfiguration.java changed the concurrent enumeration of query results in such a way that 2014-09-17 13:58:55 +02:00
CollectionSchema.java fixed double content postprocessing 2014-07-07 19:15:11 +02:00
HyperlinkEdge.java introduction of a data structure for HyperlinkEdges which should use 2014-04-11 12:09:33 +02:00
HyperlinkEdges.java fixed generics warnings for generic array instantiation that appeared 2014-05-20 21:50:16 +02:00
HyperlinkGraph.java changed the concurrent enumeration of query results in such a way that 2014-09-17 13:58:55 +02:00
HyperlinkType.java refactoring 2014-04-10 23:46:35 +02:00
WebgraphConfiguration.java set process type of web graph according to fields as defined in the 2014-08-04 14:44:20 +02:00
WebgraphSchema.java target linktexts must be string to enable search facets on these fields 2014-08-01 13:20:25 +02:00