benwtrent opened a new issue, #15614:
URL: https://github.com/apache/lucene/issues/15614
### Description
I have noticed some interesting results where:
- 4 bit queries are actually way too much information and even single bit
is good enough
- having 8 bit queries can really help refine results, kick starting a
refining process.
I wonder if we can expose a parameter or something at query time?
It gets tricky as it pre-supposes there is an "optimized" way to do variable
bit queries of certain sizes. I also suspect we will want to restrict it to 1,
2, 4, 8 query bits against a quantized index.
Would we also want to restrict it to where the query bits are always larger
than the encoding bits? (I would suspect so...).
It SEEMS the best place to have this configuration would be within the
"SearchStrategy" interface. This can give hints from the query to the format on
how things should be done.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]