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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/document/
H A DField.java113 * that field must be indexed with NOT_ANALYZED_NO_NORMS
115 NOT_ANALYZED_NO_NORMS { enum constant in enum:Field.Index
127 * {@link #NOT_ANALYZED_NO_NORMS} for what norms are
163 return Index.NOT_ANALYZED_NO_NORMS;

Completed in 12 milliseconds