RE: How to use customized Collector class with IndexSearcher.searchAfter() method

2018-05-18 Thread Uwe Schindler
Hi, search after is implemented inside the collector, so it cannot be exposed by APIs like that. Lucene by default does not support anything like searching after or starting with, because this task is done by the collector (soring, paging,...). The TopDocsCollector subclasses are doing this. U

How to use customized Collector class with IndexSearcher.searchAfter() method

2018-05-18 Thread Chellasamy G
Hi, I have written a customized collector and usually search the index using this collector. i.e using the below method, IndexSearcher.search(Query query, Collector results) But, I cant find any searchAfter() methods in IndexSearcher which accepts a Collector input. Please let me

[ANNOUNCE] Apache Lucene 6.6.4 released

2018-05-18 Thread Ishan Chattopadhyaya
18 May 2018, Apache Lucene™ 6.6.4 available The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.4. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-t

[ANNOUNCE] Apache Lucene 6.6.4 released

2018-05-18 Thread Ishan Chattopadhyaya
18 May 2018, Apache Lucene™ 6.6.4 available The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.4. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-t