zf853109035 opened a new issue, #12441:
URL: https://github.com/apache/lucene/issues/12441

   ### Description
   
   I created a file-related index and ten 1 MB files. When I did not store the 
file content, I ran the doc(int docID, Set<String> fieldsToLoad) of the 
IndexSearcher class ten times, and the delay was about 30 ms. When I stored the 
file content, If the doc(int docID, Set<String> fieldsToLoad) of the 
IndexSearcher class runs ten times, the delay is about 150 ms to 200 ms. Even 
if the fieldsToLoad does not contain the content field, the delay is also slow. 
How can I optimize the delay? Why is it slow if fieldsToLoad does not contain 
content filed?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to