Re: Custom Query Implementation
Viacheslav Dobrynin <[email protected]> Mon, 2 Dec 2024 21:02:23 +0400
| Newsgroups | gmane.comp.jakarta.lucene.user |
|---|---|
| Message-ID | <CACL-SZeKyiZ5dyDpbxqwTC9Evyqw2gZFFdwL5tcWG32JGw1o3Q@mail.gmail.com> |
Hi! I need to index sparse vectors, whereas as I understand it, KnnFloatVectorField is designed for dense vectors. Therefore, it seems that this approach will not work. вс, 1 дек. 2024 г. в 18:36, Mikhail Khludnev <[email protected]>: > Hi, > May it look like KnnFloatVectorField(... DOT_PRODUCT) > and KnnFloatVectorQuery? >