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

   ### Description
   
   [LUCENE-9476](https://issues.apache.org/jira/browse/LUCENE-9476) added the 
ability to do bulk ordinal -> path lookups, but we have no bulk lookup in the 
other direction. I think we can find some efficiency gains if we add bulk 
lookup for paths. There's some nuance down in the depths of MultiTerms, so 
maybe there's nothing to be gained here, but I think there ought to be (I'll 
try to look in more detail later, but wanted to open an issue to track the idea 
in case I forget). A few thoughts:
   1. We can seek the terms dictionaries in a single direction if we sort the 
paths before looking them up.
   2. We should be able to reuse postings.


-- 
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