Improve Javadoc for DocValuesConsumer (#12952)

This commit is contained in:
Zhang Chao 2023-12-20 20:40:44 +08:00 committed by GitHub
parent bcc7e120ba
commit 5152051f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ import org.apache.lucene.util.packed.PackedInts;
* <p>The lifecycle is:
*
* <ol>
* <li>DocValuesConsumer is created by {@link NormsFormat#normsConsumer(SegmentWriteState)}.
* <li>DocValuesConsumer is created by {@link DocValuesFormat#fieldsConsumer(SegmentWriteState)}.
* <li>{@link #addNumericField}, {@link #addBinaryField}, {@link #addSortedField}, {@link
* #addSortedSetField}, or {@link #addSortedNumericField} are called for each Numeric, Binary,
* Sorted, SortedSet, or SortedNumeric docvalues field. The API is a "pull" rather than