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

ASF subversion and git services commented on LUCENE-10063:
----------------------------------------------------------

Commit 54179e93724763be66849edd2e3a8f4dc1da73e2 in lucene's branch 
refs/heads/main from Mayya Sharipova
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=54179e9 ]

LUCENE-10063 Correct BaseKnnVectorsFormatTestCase.testRandomWithUpdatesAndGraph 
(#278)

- Make sure that k > 0 for knn search
- Make sure that k doesn't exceed the number of live docs

Relates to #262

> 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
>             Fix For: main (9.0)
>
>          Time Spent: 3h 10m
>  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.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