|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.dna.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 |
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 |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FullTextSearch.SimpleTerm(String value)
value - the value that makes up the term| Method Detail |
|---|
public String getValue()
quotes.
public String[] getValues()
public boolean isQuotingRequired()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||