This attribute allows full control over how much document information to return in the browse response, with the potential to greatly affect the size of the returned data. The default is to return only the “url,docsets,properties” values plus “contextid”:

<browse docFlags="flag1,flag2,flag3…"

The possible flags that can be included are:

Items marked with an asterisk must retrieve information from the disk; those have the most impact on query speed, and should be eliminated if the information is not needed.

The url (or document) flag must be included to get any index item information at all. The default value is “url,properties,docsets”.

A contentid flag is only used in the browse request, and provides the partition ID for the content.

 
loading table of contents...