ISolrSearchOptions.RelevanceImpactFormula

Fore Syntax

RelevanceImpactFormula: String;

Fore.NET Syntax

RelevanceImpactFormula: String;

Description

The RelevanceImpactFormula property determines search relevance influence formula.

Comments

Relevance formula is the formula basing on which value significance of indexed fields is determined. The formula can use created fields and different functions. The list of available functions is presented in the help system for Apache Solr by the https://wiki.apache.org/solr/FunctionQuery address. The result of formula calculation must be integer value which, to determine relevance, will be multiplied to relevance value of found document. Apache Solr calculates the relevance value of found document.

Example

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

See also:

ISolrSearchOptions