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

Alessandro Benedetti resolved SOLR-16836.
-----------------------------------------
    Fix Version/s: 9.3
       Resolution: Fixed

> DenseVectorField to support dimensions > 1024
> ---------------------------------------------
>
>                 Key: SOLR-16836
>                 URL: https://issues.apache.org/jira/browse/SOLR-16836
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Schema and Analysis
>            Reporter: Alessandro Benedetti
>            Assignee: Alessandro Benedetti
>            Priority: Major
>              Labels: vector-based-search
>             Fix For: 9.3
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> The principle objective of this PR is to make it easier for users to use 
> Apache Solr with higher dimensions.
> Right now, Lucene's arbitrary limit of 1024 is merely an ergonomics kind of 
> limit to help the user from shooting themselves in the foot. 
> The underlying codec we have can read/write an arbitrary number of 
> dimensions. CheckIndex validates the number of dimensions is greater than 
> zero but doesn't enforce a maximum.
> Potentially a warning is raised if the underline Lucene limit is exceeded.



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

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

Reply via email to