 PT_SEARCHSETTING_ABSTYPES | Abstractified object types to constrain the search to (documents, containers, or other types). A value of 0 is synonymous with setting all bits (i.e. all types). Default: 0. Value type: Integer (bitflag of PT_SEARCH_ABSTYPES values). |
 PT_SEARCHSETTING_ACCESS_LEVEL | Searches ordinarily return items that the current user has READ access to; pass in a PT_ACCESS_LEVEL value to restrict the search to a higher level of access. Default: PT_ACCESS_LEVEL_READ Value type: Integer |
 PT_SEARCHSETTING_ADMINFOLDERS | Admin folders to constrain the search. Has no effect on cards (documents), doc folders, or Collab or Content items. Set the OBJTYPES and APPS settings as well if you don't want these. Default: null (no restriction) Value type: int[] |
 PT_SEARCHSETTING_APPS | Applications to constrain the search to (portal, collab, or content). A value of 0 is synonymous with setting all bits (i.e. all applications). Default: 0. Value type: Integer (bitflag of PT_SEARCH_APPS values). |
 PT_SEARCHSETTING_ASSOC_COLLAB_PROJECT_ID | Constrains Collab Server matches to items associated with the specified project; has no effect on other results (use the APPS setting if you only want Collab results to be returned). Default: null (no constraint) Value type: int[] |
 PT_SEARCHSETTING_ASSOC_PORTLET_ID | Constrains Content Server matches to items associated with the specified portlet IDs; has no effect on other results (use the APPS setting if you only want Content results to be returned). Default: null (no constraint) Value type: int[] |
 PT_SEARCHSETTING_BESTBETS | Whether to apply Best Bets to this query. Default: false Value type: Integer, where zero==false, nonzero==true. |
 PT_SEARCHSETTING_COMMUNITY_ID | Communities to constrain the search. Default: null (no restriction) Value type: int[] |
 PT_SEARCHSETTING_DDFOLDERS | Document folders to constrain the search. Has no effect on types other than cards (documents) and doc folders, or on Collab or Content items. Set the OBJTYPES and APPS settings as well if you don't want these. Default: null (no restriction) Value type: int[] |
 PT_SEARCHSETTING_DOCUMENT_TYPE | Constrains document matches to the user selected type which is one of the ObjectIDs listed in PTDOCUMENTTYPE table. |
 PT_SEARCHSETTING_GADGET_ALIGNMENT | Constrains portlet matches to match any of the specified portlet alignments; has no effect on other results (use the OBJTYPES and APPS settings if you only want portlets to be returned). Default: null (no constraint) Value type: int[] |
 PT_SEARCHSETTING_GADGET_FIELDS | Requests that certain fields defined only for portlets be returned as part of search results. See the PT_SEARCH_INTERNAL_FIELD enumeration for a list of these. Default: false Value type: Integer, where zero==false, nonzero==true. |
 PT_SEARCHSETTING_GADGET_SEARCH_TYPE | Constrains portlet matches to obey certain special case behavior; legal values are null or empty string, "bannersearch", and "noncommunityfolder". Default: null or empty string (no constraint) Value type: String |
 PT_SEARCHSETTING_GADGET_TYPE | Constrains portlet matches to match any of the specified portlet types; has no effect on other results (use the OBJTYPES and APPS settings if you only want portlets to be returned). Default: null (no constraint) Value type: int[] |
 PT_SEARCHSETTING_GROUPBYPROP | Specifies categorization for the results. Legal values include "ancestors" (to categorize by folder) and "subtype" (to categorize by object type. Other categorizations may be configured by a portal administrator. Default: empty string, no categorization Value type: String |
 PT_SEARCHSETTING_INCLUDE_SUBFOLDERS | If DDFOLDERS and/or ADMINFOLDERS are set, whether to include their subfolders in the search. Default: true Value type: Integer, where zero==false, nonzero==true. |
 PT_SEARCHSETTING_INCLUDE_USUAL_FIELDS | If true, a standard set of fields (name, description, ACL, etc) that is sufficient for the portal's standard search results page will be returned for each search result. In this case, request any additional Properties via the RET_PROPS setting. If false, you must request each returned Property via the PT_SEARCHSETTING_RET_PROPS setting. Default: true Value type: Integer, where zero==false, nonzero==true. |
 PT_SEARCHSETTING_INITIALSEARCHSTRING | Misnamed; does NOT set the actual search string. Instead, sets a string that is logged in the search server logs within initialSearchString tags. The portal's log analysis feature uses this logged string to find the most frequent searches. Searches that are not run through the regular portal UI should not set this setting. Default: empty string Value type: String |
 PT_SEARCHSETTING_KWIC | Whether to make keyword-in-context ("KWIC") information available as part of the search result. If you're not showing highlighted search keywords, turning this off may make your searches slightly faster. Default: true Value type: Integer, where zero==false, nonzero==true. |
 PT_SEARCHSETTING_LANGUAGE | Language in which to parse the user's query (such as en, de). Default: user's default session language. Value type: String |
 PT_SEARCHSETTING_LIMITBYLOCALE | Whether to limit to results in the same language used to parse the user's query. Default: false. Value type: Integer, where zero==false, nonzero==true. |
 PT_SEARCHSETTING_MAXNUMGROUPS | Maximum number of categories to generate, when GROUPBYPROP is used. Any other categories are lumped into an "all others" group. Default: 10 Value type: Integer |
 PT_SEARCHSETTING_MAXRESULTS | Maximum number of results to return. A value of 10 could return results 1-10, 11-20, or 104-113, depending on the value of SKIPRESULTS. Default: 10. Value type: Integer. |
 PT_SEARCHSETTING_OBJIDS | Object IDs to constrain the search; used along with OBJTYPES and APPS to check whether specific objects are indexed. Default: null (no restriction) Value type: int[] |
 PT_SEARCHSETTING_OBJTYPES | Portal object types (array of PT_CLASSIDS values) to constrain the portal part of the search. Don't forget to set the APPS setting if you don't want Collab or Content items! Default: null (no restriction) Value type: int[] |
 PT_SEARCHSETTING_ORDERBY | ID of a property used to order the results, overriding the search server's normal relevance ranking. The property must be of numeric or date type. Make the ID negative to order the results in descending order, positive for ascending order. Default: 0 (no property used for ordering; order by relevance) Value type: Integer |
 PT_SEARCHSETTING_QUERYTYPE | A "query type" that is logged as part of the search server logs within the tag queryType. Certain special values used internally within the portal server can trigger special case behavior. Default: empty string Value type: String |
 PT_SEARCHSETTING_RET_PROPS | Requests that a set of Plumtree properties (identified by id) be returned for each search result, in addition to the standard intrinsic properties (name, summary, etc) that are returned if the INCLUDE_USUAL_FIELDS setting is true. Default: null Value type: int[] |
 PT_SEARCHSETTING_SECURITY | No longer used. |
 PT_SEARCHSETTING_SKIPRESULTS | Number of results to skip before returning results. To start at the beginning, use 0. For results 11-20, use 10. Default: 0. Value type: Integer. |
 PT_SEARCHSETTING_SPELLCHECK | Whether to attempt to spell-correct the query if any terms are not recognized. (Note that the portal administrator can disable this feature globally by changing a server configurarion setting.) Default: false Value type: Integer, where zero==false, nonzero==true. |
 PT_SEARCHSETTING_THESAURUS | Whether to use the search server's thesaurus to expand the query. Note that the portal administrator must enable the thesaurus globally by changing a server configuration setting. Default: false Value type: Integer, where zero==false, nonzero==true. |
 PT_SEARCHSETTING_TIMEOUT | The maximum time, in seconds, that the search server should process this query. This is separate from USE_SHORT_TIMEOUT (but unfortunately has a similar name), which controls the timeout used when obtaining an connection to the search server. Default: controlled by the search server Value type: Integer |
 PT_SEARCHSETTING_USE_SHORT_TIMEOUT | Whether to use a short (30 second) search server connection timeout instead of a long (10 minute) timeout. Default: false (use long timeout) Value type: Integer, where zero==false, nonzero==true. |
 PT_SEARCHSETTING_USER_IS_GUEST | Constrains user matches to guest or non-guest users. Legal values are null (for no restriction), "regular" for non-guest users, or "guest" for guest users. Default: null (no constraint) Value type: String |