[GitHub] [lucene] asubbu90 opened a new pull request, #12507: Changed byte to int for prefix_length_key

2023-08-13 Thread via GitHub
asubbu90 opened a new pull request, #12507: URL: https://github.com/apache/lucene/pull/12507 ### Description Lucene's TruncateTokenFilterFactory.java has prefixLength as **byte** but the class TruncateTokenFilter.java reads it as **int**. So to make the behavior consistent changed the by

[GitHub] [lucene] msokolov commented on issue #12497: Add Scalar Quantization codec for Vectors

2023-08-13 Thread via GitHub
msokolov commented on issue #12497: URL: https://github.com/apache/lucene/issues/12497#issuecomment-1676430028 Q: have we considered choosing an initial quantization based on the first segment seen and using that for all subsequent segments? Or: providing an API where quantization parameter

[GitHub] [lucene] jpountz commented on issue #12492: Allow FilteredDocIdSetIterator.match(doc) to throw IOException

2023-08-13 Thread via GitHub
jpountz commented on issue #12492: URL: https://github.com/apache/lucene/issues/12492#issuecomment-1676448865 If you open a PR, I'll be happy to merge it. -- 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 t