ISolrSearchOptions.UseSmartSearch

Syntax

UseSmartSearch: Boolean;

Description

The UseSmartSearch property determines a search attribute by free dimensions.

Comments

A free dimension is a dimension used for search, but elements of this dimension are not included into search result name. Free dimensions must be indexed beforehand; to do this, set the ISolrImportProcessOptions.NeedSmartSearch property to True in indexing settings.

Available values for UseSmartSearch:

Example

The example of use is given in description of the ISolrSearchEngineSchema.SearchOptions property.

See also:

ISolrSearchOptions