| Name | Description | Type | Package | Framework |
| Field | Expert: directly create a field for a document. | Class | org.apache.lucene.document | Apache Lucene |
| Field .Index | Specifies whether and how a field should be indexed. | Class | org.apache.lucene.document.Field | Apache Lucene |
| Field .Store | Specifies whether and how a field should be stored. | Class | org.apache.lucene.document.Field | Apache Lucene |
| Field .TermVector | Specifies whether and how a field should have term vectors. | Class | org.apache.lucene.document.Field | Apache Lucene |
| FieldType | Describes the properties of a field. | Class | org.apache.lucene.document | Apache Lucene |
| FieldType .NumericType | Data type of the numeric value64-bit double numeric type | Class | org.apache.lucene.document.FieldType | Apache Lucene |