OR
of the most commonly searched text fields. If you query against this field, items will match if the search query appears in any of the fields within the pseudofield. The set of fields is usually IPTSPlumtreeCollection.Name
, IPTSPlumtreeCollection.Description
, and IPTSPlumtreeCollection.TextContent
. An admins can change this set, and their weights, via the portal UI. Alternatively, the list of fields may be changed on-the-fly, for a single query request, by calling IPTSQueryRequest.setTextQueryDefaultFields
. Note that this field may not be retrieved as part of a query response; retrieve the underlying fields within the set individually. IPTSSearchableCollection Interface | com.plumtree.server.search Namespace