You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Alessandro Benedetti (Jira)" <ji...@apache.org> on 2022/04/20 14:37:00 UTC

[jira] [Updated] (LUCENE-10063) SimpleTextKnnVectorsReader.search needs an implementation

     [ https://issues.apache.org/jira/browse/LUCENE-10063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessandro Benedetti updated LUCENE-10063:
------------------------------------------
    Labels: vector-based-search  (was: )

> SimpleTextKnnVectorsReader.search needs an implementation
> ---------------------------------------------------------
>
>                 Key: LUCENE-10063
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10063
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Adrien Grand
>            Priority: Blocker
>              Labels: vector-based-search
>             Fix For: 9.0
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> SimpleText doesn't implement vector search today by throwing an UnsupportedOperationException. We worked around this by disabling SimpleText on tests that use vectors until now, but this isn't a good solution: SimpleText should implement APIs correctly and only be disabled on tests that expect a binary format or that are too slow with SimpleText.
> Let's implement this method via linear scan for now?



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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