Uses of Class
org.apache.lucene.document.BinaryDocValuesField
-
Packages that use BinaryDocValuesField Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching. -
-
Uses of BinaryDocValuesField in org.apache.lucene.document
Subclasses of BinaryDocValuesField in org.apache.lucene.document Modifier and Type Class Description class
DerefBytesDocValuesField
Deprecated.UseBinaryDocValuesField
instead.class
StraightBytesDocValuesField
Deprecated.UseBinaryDocValuesField
instead.
-