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

Elia Porciani commented on SOLR-16245:
--------------------------------------

I created a PR for this: https://github.com/apache/solr/pull/910

> Make DenseVectorField codec agnostic
> ------------------------------------
>
>                 Key: SOLR-16245
>                 URL: https://issues.apache.org/jira/browse/SOLR-16245
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Elia Porciani
>            Priority: Minor
>          Time Spent: 10m
>  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.7#820007)

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

Reply via email to