IPTSContentCollection overview
|  ACL | Field containing the ACL (access control list) for a Content item. Type string; same format as IPTSPortalCollection.ACL. Retrievable but not searchable (the current user's ACL is implicitly applied to every search query). | 
|  ContentInCommunity | Query that restricts to all objects published by Content Server in portlets contained in the specified community. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of anIPTSBooleanQuery. | 
|  ContentPortlet | Query that restricts to all objects published by Content Server within the specified portlet. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of anIPTSBooleanQuery. | 
|  ContentServer | Query that restricts to all objects published by Content Server. May be passed into IPTSQueryRequest.restrictTo, or used as a subquery of anIPTSBooleanQuery. | 
|  LastPublishedUser | Field containing the name of the user who last published the Content item. Type String, searchable and retrievable. | 
|  PortletIDs | Field containing the IDs of the portlets in which a Content item was published (separated by whitespace). Type String, searchable and retrievable. | 
|  WebServiceID | Field containing the ID of a webservice that can gateway the Content item. Type String, retrievable but not searchable. | 
IPTSContentCollection Interface | com.plumtree.server.search.ptapps Namespace