Searched refs:endField (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/spellchecker/src/java/org/apache/lucene/search/spell/
H A DSpellChecker.java681 Field endField = new Field("end" + ng, end, Field.Store.NO, Field.Index.NOT_ANALYZED);
682 endField.setIndexOptions(IndexOptions.DOCS_ONLY);
683 endField.setOmitNorms(true);
684 doc.add(endField);

Completed in 21 milliseconds