File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lucene/core/src/java/org/apache/lucene/codecs/lucene90 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public final VectorFormat vectorFormat() {
157
157
/**
158
158
* Returns the postings format that should be used for writing new segments of <code>field</code>.
159
159
*
160
- * <p>The default implementation always returns "Lucene84 ".
160
+ * <p>The default implementation always returns "Lucene90 ".
161
161
*
162
162
* <p><b>WARNING:</b> if you subclass, you are responsible for index backwards compatibility:
163
163
* future version of Lucene are only guaranteed to be able to read the default implementation,
@@ -170,7 +170,7 @@ public PostingsFormat getPostingsFormatForField(String field) {
170
170
* Returns the docvalues format that should be used for writing new segments of <code>field</code>
171
171
* .
172
172
*
173
- * <p>The default implementation always returns "Lucene80 ".
173
+ * <p>The default implementation always returns "Lucene90 ".
174
174
*
175
175
* <p><b>WARNING:</b> if you subclass, you are responsible for index backwards compatibility:
176
176
* future version of Lucene are only guaranteed to be able to read the default implementation.
You can’t perform that action at this time.
0 commit comments