Frames | No Frames |
Constructors with parameter type org.apache.lucene.document.Field.Store | |
AbstractField.AbstractField(String name, 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. | |
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. | |
Create a stored field with binary value. |
Fields of type org.apache.lucene.document.Field.Store | |
Field.Store | Store the original field value in the index in a compressed form. |
Field.Store | Do not store the field value in the index. |
Field.Store | Store the original field value in the index. |
Fields of type org.apache.lucene.document.Field.Store | |
Field.Store |