DataSourcePathSegmentData Weight Property Ankiro Enterprise Suite Reference Documentation
Controls static document weight in the interval [0.0-1.0] of documents belonging to a path segment sub-tree. This value may be null, in which case the value defaults to 1.0. If no path segments (not even the root segment) specify a weight, path segments defaults to 1.0. Static document weight is used as one of the factors taking into account in the process of document ranking during the search process. Documents that have a statically higher weight are more likely to be returned at the top of search results.

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> Weight { get; set; }

Property Value

Type: Nullable Single 
See Also