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

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

Completed in 7 milliseconds