You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Doug Turnbull (Jira)" <ji...@apache.org> on 2019/10/10 19:37:00 UTC

[jira] [Comment Edited] (SOLR-12890) Vector Search in Solr (Umbrella Issue)

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

Doug Turnbull edited comment on SOLR-12890 at 10/10/19 7:36 PM:
----------------------------------------------------------------

Open Distro for Elasticsearch is said to be working on ANN approach with a new Lucene codec (a new codec built for ANN may be the ultimate solution) [https://opendistro.github.io/for-elasticsearch/features/comingsoon.html]


was (Author: softwaredoug):
Open Distro for Elasticsearch is said to be working on ANN approach with a new Lucene codec (which may be the ultimate solution) https://opendistro.github.io/for-elasticsearch/features/comingsoon.html

> Vector Search in Solr (Umbrella Issue)
> --------------------------------------
>
>                 Key: SOLR-12890
>                 URL: https://issues.apache.org/jira/browse/SOLR-12890
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: mosh
>            Priority: Major
>
> We have recently come across a need to index documents containing vectors using solr, and have even worked on a small POC. We used an URP to calculate the LSH(we chose to use the superbit algorithm, but the code is designed in a way the algorithm picked can be easily chagned), and stored the vector in either sparse or dense forms, in a binary field.
> Perhaps an addition of an LSH URP in conjunction with a query parser that uses the same properties to calculate LSH(or maybe ktree, or some other algorithm all together) should be considered as a Solr feature?



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

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