|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.graph.query.model.FullTextSearch.SimpleTerm
public static class FullTextSearch.SimpleTerm
A FullTextSearch.Term
that represents a single search term. The term may be comprised of multiple words.
Constructor Summary | |
---|---|
FullTextSearch.SimpleTerm(String value)
Create a simple term with the value and whether the term is excluded or included. |
Method Summary | |
---|---|
boolean |
containsWildcards()
Return whether this term contains any unescaped wildcard characters (e.g., one of '*', '?' |
boolean |
equals(Object obj)
|
String |
getValue()
Get the value of this term. |
String[] |
getValues()
Get the values of this term if the term is quoted. |
int |
hashCode()
|
boolean |
isQuotingRequired()
Get whether this term needs to be quoted because it consists of multiple words. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FullTextSearch.SimpleTerm(String value)
value
- the value that makes up the termMethod Detail |
---|
public String getValue()
quotes
.
public String[] getValues()
public boolean isQuotingRequired()
public boolean containsWildcards()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |