RelevanceImpactFormula: String;
RelevanceImpactFormula: String;
The RelevanceImpactFormula property determines search relevance influence formula.
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.
The example of use is given in description of the ISolrSearchEngineSchema.SearchOptions property.
See also: