gsmiller commented on issue #3534:
URL: https://github.com/apache/lucene/issues/3534#issuecomment-2302926537

   @NavidMitchell I'm not sure if there's a more convenient way to do this, but 
note that you can do this using `Expressions` compiled from 
`JavascriptCompiler` since the compiler supports bitwise operations. You can 
create a custom `Query` implementation on top of a `DoubleValuesSource` created 
form the expression that runs bitwise operations against a numeric doc values 
field. (I haven't looked the patch associated with this issue since it's pretty 
old at this point, but just wanted to let you know that I think what this issue 
describes is actually possible)


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