Interface TextableQueryNode
-
- All Known Implementing Classes:
FieldQueryNode
,FuzzyQueryNode
,PrefixWildcardQueryNode
,QuotedFieldQueryNode
,RegexpQueryNode
,WildcardQueryNode
public interface TextableQueryNode
Interface for a node that has text as aCharSequence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.CharSequence
getText()
void
setText(java.lang.CharSequence text)
-