You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Cassandra Targett (Jira)" <ji...@apache.org> on 2021/08/13 20:40:00 UTC

[jira] [Resolved] (SOLR-12273) Create Stream Evaluators for distance measures

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

Cassandra Targett resolved SOLR-12273.
--------------------------------------
    Resolution: Fixed

I feel like this is probably done so resolving as fixed in 8.1.

> Create Stream Evaluators for distance measures
> ----------------------------------------------
>
>                 Key: SOLR-12273
>                 URL: https://issues.apache.org/jira/browse/SOLR-12273
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>            Priority: Major
>             Fix For: main (9.0), 8.1
>
>         Attachments: SOLR-12273.patch
>
>
> Currently distance measures are instantiated by passing the name of the distance measure to a function, for example the *knn* function can be passed the named parameter: distance="manhattan". 
> This ticket will create a specific function for each distance measure which will be used to specify which distance measure to apply. With this design the *knn* function would be passed the function: manhattan() or any of the other distance measure functions.
> Sample syntax:
> {code:java}
> knn(a, b, manhattan())
> or
> dbscan(a, haversineMeters()){code}
>  
>  



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

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