Searched defs:Store (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/document/
H A DField.java40 public static enum Store { enum in class:Field
42 /** Store the original field value in the index. This is useful for short texts
66 * {@link Field.Store stored}. */
185 /** Store the term vectors of each document. A term vector is a list
197 * Store the term vector + token position information
211 * Store the term vector + Token offset information
225 * Store the term vector + Token position and offset information
351 public Field(String name, String value, Store store, Index index) {
372 public Field(String name, String value, Store store, Index index, TermVector termVector) {
394 public Field(String name, boolean internName, String value, Store stor
[all...]

Completed in 11 milliseconds