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.

Uwe

-
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de

> -Original Message-
> From: Chellasamy G 
> Sent: Friday, May 18, 2018 8:00 PM
> To: java-user 
> Subject: How to use customized Collector class with
> IndexSearcher.searchAfter() method
> 
> 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 know how to use a customized collector when using
> searchAfter() method.
> 
> 
> 
> 
> 
> Thanks,
> 
> Satyan
> 
> 
> 



-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org



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 know how to use a customized collector when using searchAfter() 
method.

 



Thanks,

Satyan






[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-text search, especially cross-platform.

This release contains one bug fix. The release is available for immediate
download at:
http://lucene.apache.org/core/mirrors-core-latest-redir.html

Further details of changes are available in the change log available at:
http://lucene.apache.org/core/6_6_4/changes/Changes.html

Please report any feedback to the mailing lists (
http://lucene.apache.org/core/discussion.html)

Note: The Apache Software Foundation uses an extensive mirroring network
for distributing releases. It is possible that the mirror you are using may
not have replicated the release yet. If that is the case, please try
another mirror. This also applies to Maven access.


[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-text search, especially cross-platform.

This release contains one bug fix. The release is available for immediate
download at:
http://lucene.apache.org/core/mirrors-core-latest-redir.html

Further details of changes are available in the change log available at:
http://lucene.apache.org/core/6_6_4/changes/Changes.html

Please report any feedback to the mailing lists (
http://lucene.apache.org/core/discussion.html)

Note: The Apache Software Foundation uses an extensive mirroring network
for distributing releases. It is possible that the mirror you are using may
not have replicated the release yet. If that is the case, please try
another mirror. This also applies to Maven access.