Uses of Interface
org.apache.lucene.index.IndexableFieldType
-
Packages that use IndexableFieldType Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of IndexableFieldType in org.apache.lucene.document
Classes in org.apache.lucene.document that implement IndexableFieldType Modifier and Type Class Description classFieldTypeDescribes the properties of a field. -
Uses of IndexableFieldType in org.apache.lucene.index
Methods in org.apache.lucene.index that return IndexableFieldType Modifier and Type Method Description IndexableFieldTypeIndexableField. fieldType()IndexableFieldTypedescribing the properties of this field.
-