Frames | No Frames |
Constructors with parameter type org.apache.lucene.document.Field.Index | |
Create a field by specifying its name, value and how it will
be saved in the index. | |
Field.Field(String name, String value, Field.Store store, Field.Index index, Field.TermVector termVector) Create a field by specifying its name, value and how it will
be saved in the index. |
Fields of type org.apache.lucene.document.Field.Index | |
Field.Index | Do not index the field value. |
Field.Index | Index the field's value without an Analyzer, and disable
the storing of norms. |
Field.Index | Index the field's value so it can be searched. |
Field.Index | Index the field's value without using an Analyzer, so it can be searched. |