|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.indexmanagement.lucenewrapper.QueryTerm
public final class QueryTerm
Holds a query term constructed by the QueryTermFilter.
| Constructor Summary | |
|---|---|
QueryTerm(String field,
String term)
Standard constructor. |
|
| Method Summary | |
|---|---|
String |
getField()
Returns the query term field. |
String |
getTerm()
Returns the query term text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryTerm(String field,
String term)
field - The query term field.term - The query term text.| Method Detail |
|---|
public String getTerm()
public String getField()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||