[ 
https://issues.apache.org/jira/browse/LUCENE-10016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388806#comment-17388806
 ] 

Julie Tibshirani commented on LUCENE-10016:
-------------------------------------------

Deletions are an interesting topic, I opened 
https://issues.apache.org/jira/browse/LUCENE-10040 for a dedicated discussion. 
Maybe we could close this issue in favor of that one and also 
https://issues.apache.org/jira/browse/LUCENE-9614, which discusses a high-level 
API for KNN search? If we close this, we should decide if we want to transfer 
its "blocker" status to those issues.

> VectorReader.search needs rethought, o.a.l.search integration?
> --------------------------------------------------------------
>
>                 Key: LUCENE-10016
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10016
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Robert Muir
>            Priority: Blocker
>             Fix For: 9.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> There's no search integration (e.g. queries) for the current vector values, 
> no documentation/examples that I can find.
> Instead the codec has this method:
> {code}
> TopDocs search(String field, float[] target, int k, int fanout)
> {code}
> First, the "fanout" parameter needs to go, this is specific to HNSW impl, get 
> it out of here.
> Second, How am I supposed to skip over deleted documents? How can I use 
> filters? How should i search across multiple segments?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to