Re: Query on searchAfter API usage in IndexSearcher

2018-05-09 Thread Bryan Bende
Are you specifying a sort clause on your query? I'm not totally sure, but I think having a sort clause might be a requirement for efficient deep paging. I know Solr's cursorMark feature uses the searchAfter API, and a cursorMark is essentially the sort values of the last document from the previou

Re: Query on searchAfter API usage in IndexSearcher

2018-05-09 Thread Jacky Li
I have encountered the same problem, I wonder if anyone know the solution? Regards, Jacky -- Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.html - To unsubscribe, e-mail: java-user-unsubscr...@lucene.a

Re: Query on searchAfter API usage in IndexSearcher

2018-05-09 Thread tomanishgupt...@gmail.com
Hi Lucene Team, Can you please reply to my query. Its a urgent issue and we need to resolve it at the earliest. Lucene Version used is 6.3.0 but even tried with the latest version 7.3.0. Regards Manish Gupta -- Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.html

Query on searchAfter API usage in IndexSearcher

2018-05-07 Thread manish gupta
Hi Team, I am new to Lucene and I am trying to use Lucene for text search in my project to achieve better results in terms of query performance. Initially I was facing lot of GC issues while using lucene as I was using search API and passing all the documents count. As my data size is around 4 b