[DOCS] Fix typo in IndexFieldData.java comments (#48743)

This commit is contained in:
Stéphane Campinas 2019-10-31 14:39:44 +01:00 committed by James Rodewig
parent c358ecb5fb
commit 7ea74918e1
1 changed files with 1 additions and 1 deletions

View File

@ -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);