Skip to content

Commit 606cea9

Browse files
committed
LUCENE-9322: trivial fix in documentation.
1 parent 03aec55 commit 606cea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90Codec.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public final VectorFormat vectorFormat() {
157157
/**
158158
* Returns the postings format that should be used for writing new segments of <code>field</code>.
159159
*
160-
* <p>The default implementation always returns "Lucene84".
160+
* <p>The default implementation always returns "Lucene90".
161161
*
162162
* <p><b>WARNING:</b> if you subclass, you are responsible for index backwards compatibility:
163163
* future version of Lucene are only guaranteed to be able to read the default implementation,
@@ -170,7 +170,7 @@ public PostingsFormat getPostingsFormatForField(String field) {
170170
* Returns the docvalues format that should be used for writing new segments of <code>field</code>
171171
* .
172172
*
173-
* <p>The default implementation always returns "Lucene80".
173+
* <p>The default implementation always returns "Lucene90".
174174
*
175175
* <p><b>WARNING:</b> if you subclass, you are responsible for index backwards compatibility:
176176
* future version of Lucene are only guaranteed to be able to read the default implementation.

0 commit comments

Comments
 (0)