Uses of Class
org.apache.lucene.document.AbstractField
-
Packages that use AbstractField Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching. -
-
Uses of AbstractField in org.apache.lucene.document
Subclasses of AbstractField in org.apache.lucene.document Modifier and Type Class Description class
Field
A field is a section of a Document.class
NumericField
This class provides aField
that enables indexing of numeric values for efficient range filtering and sorting.
-