Uses of Class
org.apache.lucene.document.SortedNumericDocValuesField
Packages that use SortedNumericDocValuesField
-
Uses of SortedNumericDocValuesField in org.apache.lucene.document
Methods in org.apache.lucene.document that return SortedNumericDocValuesFieldModifier and TypeMethodDescriptionstatic SortedNumericDocValuesField
SortedNumericDocValuesField.indexedField
(String name, long value) Creates a newSortedNumericDocValuesField
with the specified 64-bit long value that also creates askip index
.