WebCenter Interaction API  
 

PT_SEARCH_SETTING.PT_SEARCHSETTING_INCLUDE_USUAL_FIELDS Field

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.

public const int PT_SEARCHSETTING_INCLUDE_USUAL_FIELDS = 41;

See Also

PT_SEARCH_SETTING Class | com.plumtree.server Namespace