DocumentData StaticWeight Property Ankiro Enterprise Suite Reference Documentation
NOTE: This property is not yet fully supported. For now data source properties with the type "weight" should be used in conjunction with a specially crafted search profile. Optionally controls the static weight of the document within the interval [0.0-1.0]. The static document weight measure is factored into search result ranking regardless of the search words that are used. This means that a statically higher-weighted document that is matched to some extent by a search query will (all else being equal) gain precedence in the ranking, compared to other equally matched documents that have a lower static weight. The static weight of documents can be controlled either on a document-by-document basis, using the StaticWeight field, or on a data source tree level, using the Weight field of an associated path segment tree. A static weight measure of 0.0 on the document or on an ancestor path segment is equivalent to excluding the document from being indexed.

Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public Nullable<float> StaticWeight { get; set; }

Property Value

Type: Nullable Single 
See Also