Pass result resultFetchSize/limit hint to SortedLuceneQueryHits
---------------------------------------------------------------
Key: JCR-2044
URL: https://issues.apache.org/jira/browse/JCR-2044
Project: Jackrabbit Content Repository
Issue Type: Improvement
Reporter: Marcel Reutegger
Priority: Minor
The SortedLuceneQueryHits currently uses a default value of 100 (taken from
lucene) for initially retrieved and sorted results. For larger result sets this
is not optimal because it will cause re-execution of the underlying query with
values 200, 400, 800, 1600, 3200, 6400, etc. Instead the query hits should get
the limit that is set on the query or the resultFetchSize configured for the
SearchIndex.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.