Uses of Class
org.apache.lucene.index.LegacyBinaryDocValues
-
Packages that use LegacyBinaryDocValues Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of LegacyBinaryDocValues in org.apache.lucene.index
Subclasses of LegacyBinaryDocValues in org.apache.lucene.index Modifier and Type Class Description classLegacySortedDocValuesDeprecated.UseSortedDocValuesinstead.Constructors in org.apache.lucene.index with parameters of type LegacyBinaryDocValues Constructor Description LegacyBinaryDocValuesWrapper(Bits docsWithField, LegacyBinaryDocValues values)Deprecated.
-