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