Skip to content

Commit

Permalink
[DOCS] Fix typo in IndexFieldData.java comments (#48743)
Browse files Browse the repository at this point in the history
  • Loading branch information
scampi authored and jrodewig committed Oct 31, 2019
1 parent c358ecb commit 7ea7491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public interface IndexFieldData<FD extends AtomicFieldData> extends IndexCompone
FD loadDirect(LeafReaderContext context) throws Exception;

/**
* Returns the {@link SortField} to used for sorting.
* Returns the {@link SortField} to use for sorting.
*/
SortField sortField(@Nullable Object missingValue, MultiValueMode sortMode, Nested nested, boolean reverse);

Expand Down

0 comments on commit 7ea7491

Please sign in to comment.