Skip to content

Commit

Permalink
Improve Javadoc for DocValuesConsumer (#12952)
Browse files Browse the repository at this point in the history
  • Loading branch information
easyice authored Dec 20, 2023
1 parent bcc7e12 commit 5152051
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* <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
Expand Down

0 comments on commit 5152051

Please sign in to comment.