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

/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/snowball/
H A DSnowballFilter.java80 stemmer.setCurrent(termBuffer, length);
/lucene-3.6.0/solr/core/src/test/org/apache/solr/analysis/
H A DEnglishPorterFilterFactoryTest.java43 stemmer.setCurrent(test[i]);
65 stemmer.setCurrent(test[i]);
H A DSnowballPorterFilterFactoryTest.java45 stemmer.setCurrent(test[i]);
72 stemmer.setCurrent(test[i]);
/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/tartarus/snowball/
H A DTestApp.java94 stemmer.setCurrent(input.toString());
H A DSnowballProgram.java55 setCurrent("");
63 public void setCurrent(String value) method in class:SnowballProgram
86 public void setCurrent(char text[], int length) { method in class:SnowballProgram
99 * one originally provided with setCurrent, in the exceptional case that
/lucene-3.6.0/solr/contrib/clustering/src/java/org/apache/solr/handler/clustering/carrot2/
H A DLuceneCarrot2StemmerFactory.java116 snowballStemmer.setCurrent(word.toString());

Completed in 38 milliseconds