IncludeInSearchResult: Boolean;
IncludeInSearchResult: Boolean;
The IncludeInSearchResult property determines whether field indexed values are included in the search result.
Available values:
True. Include field values in the search result.
False. Do not include field values in 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: