https://issues.apache.org/jira/browse/LUCENE-10382


Joel Bernstein
http://joelsolr.blogspot.com/


On Wed, Jan 19, 2022 at 2:59 PM Joel Bernstein <joels...@gmail.com> wrote:

> Ok, I can create the jira.
>
>
>
> Joel Bernstein
> http://joelsolr.blogspot.com/
>
>
> On Wed, Jan 19, 2022 at 2:49 PM Michael Sokolov <msoko...@gmail.com>
> wrote:
>
>> +1 we should extend the functionality to support any Bits, not just
>> liveDocs; we need to propose an API. The implementation should not be
>> too hard - we need to intersect the user-supplied Bits with liveDocs
>> and use that to filter.
>>
>> On Wed, Jan 19, 2022 at 1:42 PM Joel Bernstein <joels...@gmail.com>
>> wrote:
>> >
>> > Hi,
>> >
>> > Thanks for all the work on the vector search!
>> >
>> > I was wondering if there was a way using KnnVectorQuery to filter the
>> docs this query looks at. Right now the searchLeaf method passes in the
>> liveDocs to LeafReader.searchNearestVectors, but there appears to be no way
>> to have the KnnVectorQuery operate on a subset of liveDocs.
>> >
>> > Thanks,
>> >
>> > Joel Bernstein
>> > http://joelsolr.blogspot.com/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>
>>

Reply via email to