ISolrSearchOptions.UseSmartSearch

Fore Syntax

UseSmartSearch: Boolean;

Fore.NET Syntax

UseSmartSearch: Boolean;

Description

The UseSmartSearch property determines search attribute by free dimensions.

Comments

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

Available values for UseSmartSearch:

Example

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

See also:

ISolrSearchOptions