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

/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/de/
H A DGermanStemmer.java58 strip( sb );
87 private void strip( StringBuilder buffer ) method in class:GermanStemmer
132 strip( buffer );
/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/hunspell/
H A DHunspellAffix.java29 private String strip; field in class:HunspellAffix
90 return strip;
96 * @param strip Stripping characters defined for the affix
98 public void setStrip(String strip) { argument
99 this.strip = strip;
/lucene-3.6.0/solr/core/src/test/org/apache/solr/util/
H A DSolrPluginUtilsTest.java120 assertEquals("",strip(""));
121 assertEquals("foo",strip("foo"));
122 assertEquals("foo \"bar\"",strip("foo \"bar\""));
123 assertEquals("42",strip("42\""));
124 assertEquals("\"how now brown cow?\"",strip("\"how now brown cow?\""));
125 assertEquals("\"you go\" \"now!\"",strip("\"you go\" \"now!\""));
395 public String strip(CharSequence s) { method in class:SolrPluginUtilsTest

Completed in 12 milliseconds