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

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DHistoryAnalyzer.java37 private static final String[] ENGLISH_STOP_WORDS = { field in class:HistoryAnalyzer
47 * Builds an analyzer which removes words in ENGLISH_STOP_WORDS.
51 stopWords = StopFilter.makeStopSet(ENGLISH_STOP_WORDS);

Completed in 7 milliseconds