Alessandro Benedetti created SOLR-16836:
-------------------------------------------

             Summary: 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


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