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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/analysis/tokenattributes/
H A DCharTermAttribute.java25 public interface CharTermAttribute extends Attribute, CharSequence, Appendable { interface in inherits:Attribute,CharSequence,Appendable
58 public CharTermAttribute setLength(int length);
64 public CharTermAttribute setEmpty();
67 public CharTermAttribute append(CharSequence csq);
68 public CharTermAttribute append(CharSequence csq, int start, int end);
69 public CharTermAttribute append(char c);
76 public CharTermAttribute append(String s);
83 public CharTermAttribute append(StringBuilder sb);
85 /** Appends the contents of the other {@code CharTermAttribute} to this character sequence.
86 * <p>The characters of the {@code CharTermAttribute} argumen
[all...]

Completed in 18 milliseconds