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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/document/
H A DField.java62 public static enum Index { enum in class:Field
76 /** Index the tokens produced by running the field's
88 /** Index the field's value without using an Analyzer, so it can be searched.
101 /** Expert: Index the field's value without an Analyzer,
124 /** Expert: Index the tokens produced by running the
139 public static Index toIndex(boolean indexed, boolean analyzed) {
144 public static Index toIndex(boolean indexed, boolean analyzed, boolean omitNorms) {
148 return Index.NO;
154 return Index.ANALYZED;
156 return Index
[all...]

Completed in 11 milliseconds