You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/07/06 13:46:00 UTC

[jira] [Commented] (SOLR-16245) Make DenseVectorField codec agnostic

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

ASF subversion and git services commented on SOLR-16245:
--------------------------------------------------------

Commit fd9921be9e36d45da029c60e484b43188944e919 in solr's branch refs/heads/main from Elia Porciani
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=fd9921be9e3 ]

SOLR-16245: make DenseVectorField codec agnostic (#910)

* make DenseVectorField codec agnostic
* introduce new parameter 'knnAlgorithm' and related documentation

> Make DenseVectorField codec agnostic
> ------------------------------------
>
>                 Key: SOLR-16245
>                 URL: https://issues.apache.org/jira/browse/SOLR-16245
>             Project: Solr
>          Issue Type: Task
>            Reporter: Elia Porciani
>            Priority: Minor
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Currently, it is possible to set the parameter *codecFormat* in DenseVectorField. The only possible values are:
>  * Lucene91HnswVectorsFormat
>  * Lucene90HnswVectorsFormat
> The DenseVectorField should be codec agnostic. The proposal is to remove any reference to the codec and introduce a reference to the algorithm instead. The only selectable algorithm is HNSW at the current state.
> It should be still possible to customize the HNWS parameters:
>  * hnswMaxConn
>  * hnswBeamWidth



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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