UseSmartSearch: Boolean;
UseSmartSearch: Boolean;
The UseSmartSearch property determines a search attribute by free dimensions.
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:
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: