Package com.appiancorp.common.query
Class Search
java.lang.Object
com.appiancorp.common.query.Search
- All Implemented Interfaces:
Criteria
This class holds a full-text search query, such as "2004 TPS report deadline".
NOTE: When a structured search query syntax is supported, a parser will have extracted the parts of the
user query, and only the search text will be held in this filter object. For example, for the query
"to:john.smith TPS reports sort:subject", the query string will only hold the text "TPS reports", while
"to:john.smith" will be turned into a filter
and "sort:subject" will be turned into a
sort
.
An instance can only be obtained using com.appiancorp.common.query.QueryBuilder.SearchOp
.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOCAL_PART
- See Also:
-
QNAME
-
-
Constructor Details
-
Search
Constructs a newSearch
with the given search query string- Parameters:
searchQuery
-
-
Search
-
-
Method Details