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
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
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
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