This is an automated email from the ASF dual-hosted git repository.
cpoerschke pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new fa781a51d9a fix Lucene[95-->99] typo in SchemaCodecFactory javadocs
(#2478)
fa781a51d9a is described below
commit fa781a51d9a0625f29150bbe5d6754afd9241776
Author: Christine Poerschke <[email protected]>
AuthorDate: Thu Jun 13 15:45:56 2024 +0100
fix Lucene[95-->99] typo in SchemaCodecFactory javadocs (#2478)
(cherry picked from commit 5efca91fd2e3a883cbcbf44dc82befb2d647a5af)
---
solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java
b/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java
index 4fb38b860dd..9c52f912784 100644
--- a/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java
+++ b/solr/core/src/java/org/apache/solr/core/SchemaCodecFactory.java
@@ -151,8 +151,9 @@ public class SchemaCodecFactory extends CodecFactory
implements SolrCoreAware {
}
/**
- * This class exists because Lucene95HnswVectorsFormat's getMaxDimensions
method is final and we
- * need to workaround that constraint to allow more than the default number
of dimensions
+ * This class exists because {@link
Lucene99HnswVectorsFormat#getMaxDimensions(String)} method is
+ * final and we need to workaround that constraint to allow more than the
default number of
+ * dimensions
*/
private static final class SolrDelegatingKnnVectorsFormat extends
KnnVectorsFormat {
private final KnnVectorsFormat delegate;