: IndexSearcher.search(Query, Filter) method). Im just wrapping a
: ConstantScoreQuery around the filter, and passing it into the
: IndexSearcher.search(Query) method to return a Hits object. Then Im
: asking for the 500th to 550th doc in the Hits object.
:
: Would such a case still cause Hits to rexecute over and over again on
: higher numbered results? Or is this different because Im using a

yes... it doesn't matter what type of query you use ... Hits is not a good
idea if you wnat results really far down the list.




-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to