benwtrent commented on PR #12064:
URL: https://github.com/apache/lucene/pull/12064#issuecomment-1375565264
> E.g. could hamming distance reuse the byte[] API by introducing a new
distance function and half-float/bfloat16 reuse the float[] API?
Hamming distance for binary vectors will
vstrout commented on issue #12067:
URL: https://github.com/apache/lucene/issues/12067#issuecomment-1375885952
Do you mind to point out what will be a proper solution then for
case-insensitive sorting? The code from my example was working for us with all
versions of Lucene prior to 9.4. Appr
jpountz opened a new issue, #12068:
URL: https://github.com/apache/lucene/issues/12068
### Description
Our current merge throttling implementation also covers the creation of the
compound file when `MergePolicy#useCompoundFile` returns true. But I don't
think it is right and I suspec
benwtrent opened a new issue, #12069:
URL: https://github.com/apache/lucene/issues/12069
### Description
When there is deeply nested Boolean clauses, the rewrite time can be
exceptionally long in the non-scoring case.
On my machine, this test takes 3+ seconds to run. I suspect
benwtrent commented on issue #12069:
URL: https://github.com/apache/lucene/issues/12069#issuecomment-1376348361
@jpountz You might be interested in this.
--
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
msokolov commented on issue #11354:
URL: https://github.com/apache/lucene/issues/11354#issuecomment-1376350472
yeah, thanks that seems to have reduced the noise some. Probably what
remains is down to GC, system hiccups, etc; it's inevitable to see some
variance.
--
This is an automated m