PropertyFilterQuery
to wrap the IPTFilter
, and passing it to setQuery(IPTSQuery)
.
Use the provided IPTFilter as the search query for this request. This call replaces any previous queries set by any call to setQuery. Calling this method is equivalent to creating a PropertyFilterQuery
to wrap the IPTFilter
, and passing it to setQuery(IPTSQuery)
.
void setQuery(IPTFilter);
Set the search query for this request. This call replaces any previous queries set by a call to any version of setQuery
.
void setQuery(IPTSQuery);
Use the provided String as the search query for this request. The default search fields are searched (see IPTSSearchableCollection.TextQueryDefault
); these are usually the title, description, and full-text content fields. An admin can edit this list of fields via the UI, or the default may be changed on-the-fly by calling setTextQueryDefaultFields
. The thesaurus, spell correction, and Best Bets are not used. This call replaces any previous queries set by any call to setQuery.
void setQuery(string);
Use the provided String as the search query for this request. The default search fields are searched (see IPTSSearchableCollection.TextQueryDefault
); these are usually the title, description, and full-text content fields. An admin can edit this list of fields via the UI, or the default may be changed on-the-fly by calling setTextQueryDefaultFields
. This call replaces any previous queries set by any call to setQuery.
void setQuery(string,bool,bool,bool);
IPTSQueryRequest Interface | com.plumtree.server.search Namespace