Uses of Class
org.apache.lucene.document.Field
-
Packages that use Field Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching. -
-
Uses of Field in org.apache.lucene.document
Methods in org.apache.lucene.document that return Field Modifier and Type Method Description Field
Document. getField(String name)
Deprecated.useDocument.getFieldable(java.lang.String)
instead and cast depending on data type.Field[]
Document. getFields(String name)
Deprecated.useDocument.getFieldable(java.lang.String)
instead and cast depending on data type.
-