[GitHub] [lucene] rmuir commented on issue #11963: Improve vector quantization API

2022-12-14 Thread GitBox
rmuir commented on issue #11963: URL: https://github.com/apache/lucene/issues/11963#issuecomment-1351946133 I would tend to expect some organization like this: indexing: * ByteVectorField * FloatVectorField searching: * ByteVectorField.newQuery * FloatVectorField.new

[GitHub] [lucene] rmuir commented on issue #11963: Improve vector quantization API

2022-12-01 Thread GitBox
rmuir commented on issue #11963: URL: https://github.com/apache/lucene/issues/11963#issuecomment-1334640898 @benwtrent go do your other issue first if you prefer. sorry for the trouble. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [lucene] rmuir commented on issue #11963: Improve vector quantization API

2022-11-22 Thread GitBox
rmuir commented on issue #11963: URL: https://github.com/apache/lucene/issues/11963#issuecomment-1324355812 we can break index backwards compatibility to fix this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [lucene] rmuir commented on issue #11963: Improve vector quantization API

2022-11-22 Thread GitBox
rmuir commented on issue #11963: URL: https://github.com/apache/lucene/issues/11963#issuecomment-1324355332 as i mentioned on the original issue(s) (there were several PRs closed and opened and many comments were lost...), the problem is right in the title: quantization. there should