iverase commented on issue #12514:
URL: https://github.com/apache/lucene/issues/12514#issuecomment-1687280508

   I am not sure this is the right trade off. The BKD tree was developed to 
perform efficient range queries. If your use case is to perform efficient 
`PointInSetQuery`, you might be better indexing your data using the inverted 
index as the performance should be better for this type of query.
   
   Another option might be to lower the `maxPointsInLeafNode` from 512 to a 
lower value. That might provide you a similar effect without having to 
introduce an extra data index structure. The tradeoff here will be the index 
size.
   
   
   
   


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

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