Re: Collector is collecting more than the specified hits

2014-02-18 Thread Michael McCandless
-is-collecting-more-than-the-specified-hits-tp4117329p4117901.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail

Re: Collector is collecting more than the specified hits

2014-02-18 Thread saisantoshi
.472066.n3.nabble.com/Collector-is-collecting-more-than-the-specified-hits-tp4117329p4118048.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr

Re: Collector is collecting more than the specified hits

2014-02-18 Thread Michael McCandless
the integrity of last docID. Can we know the last docID from the collector collect call? Thanks, Ranjith. -- View this message in context: http://lucene.472066.n3.nabble.com/Collector-is-collecting-more-than-the-specified-hits-tp4117329p4118048.html Sent from the Lucene - Java Users mailing list

Re: Collector is collecting more than the specified hits

2014-02-18 Thread saisantoshi
/Collector-is-collecting-more-than-the-specified-hits-tp4117329p4118096.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional

Re: Collector is collecting more than the specified hits

2014-02-18 Thread Michael McCandless
/Collector-is-collecting-more-than-the-specified-hits-tp4117329p4118096.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional

Re: Collector is collecting more than the specified hits

2014-02-17 Thread saisantoshi
://lucene.472066.n3.nabble.com/Collector-is-collecting-more-than-the-specified-hits-tp4117329p4117858.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr

Re: Collector is collecting more than the specified hits

2014-02-17 Thread Michael McCandless
. Can we have the collector do it intelligently by remembering the old search results and run the collector for the next 100 only. Thanks, Sai. -- View this message in context: http://lucene.472066.n3.nabble.com/Collector-is-collecting-more-than-the-specified-hits-tp4117329p4117858.html

Re: Collector is collecting more than the specified hits

2014-02-17 Thread saisantoshi
Could you please elaborate on the above? I am not sure if the collector is already doing it or do I need to call any other API? Thanks, Sai. -- View this message in context: http://lucene.472066.n3.nabble.com/Collector-is-collecting-more-than-the-specified-hits-tp4117329p4117883.html Sent

Re: Collector is collecting more than the specified hits

2014-02-17 Thread saisantoshi
= TopScoreDocCollector.create(101+100, true); it should call from 101 - 200 and not from 0-200. Thanks, Sai. -- View this message in context: http://lucene.472066.n3.nabble.com/Collector-is-collecting-more-than-the-specified-hits-tp4117329p4117901.html Sent from the Lucene - Java Users

Re: Collector is collecting more than the specified hits

2014-02-14 Thread Michael McCandless
); } finally { } Thanks, Sai. -- View this message in context: http://lucene.472066.n3.nabble.com/Collector-is-collecting-more-than-the-specified-hits-tp4117329.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: Collector is collecting more than the specified hits

2014-02-14 Thread saisantoshi
have to write a separate collector extending the Collector because I am not able to get the call to getTotalHits() if I am using PositiveScoresOnlyCollector. -- View this message in context: http://lucene.472066.n3.nabble.com/Collector-is-collecting-more-than-the-specified-hits-tp4117329p4117441

Collector is collecting more than the specified hits

2014-02-13 Thread saisantoshi
in context: http://lucene.472066.n3.nabble.com/Collector-is-collecting-more-than-the-specified-hits-tp4117329.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: java-user-unsubscr