Searched defs:StopWhitespaceAnalyzer (Results 1 - 2 of 2) sorted by relevance
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/search/ | ||
H A D | TestPositionIncrement.java | 199 new StopWhitespaceAnalyzer(false)); 223 new StopWhitespaceAnalyzer(true)); 234 private static class StopWhitespaceAnalyzer extends Analyzer { class in class:TestPositionIncrement 237 public StopWhitespaceAnalyzer(boolean enablePositionIncrements) { method in class:TestPositionIncrement.StopWhitespaceAnalyzer |
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/search/ | ||
H A D | TestPositionIncrement.java | 199 new StopWhitespaceAnalyzer(false)); 223 new StopWhitespaceAnalyzer(true)); 234 private static class StopWhitespaceAnalyzer extends Analyzer { class in class:TestPositionIncrement 237 public StopWhitespaceAnalyzer(boolean enablePositionIncrements) { method in class:TestPositionIncrement.StopWhitespaceAnalyzer |
Completed in 1261 milliseconds