IncludeInSearchResult: Boolean;
The IncludeInSearchResult property determines whether field indexed values are included into the search result.
Available values:
True. Include field values into the search result.
False. Do not include field values into the search result.
The attribute can be changed only for custom fields.
The example of use is given in description of the ISolrSearchEngineSchema.Fields property.
See also: