UseSmartSearch: Boolean;
UseSmartSearch: Boolean;
The UseSmartSearch property determines search attribute by free dimensions.
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:
True. Default value. Search by free dimensions.
False. Do not search by free dimensions.
The example of use is given in description of the ISolrSearchEngineSchema.SearchOptions property.
See also: