Click or drag to resize

IFulltextQueryOptionsTDocumentFieldWeightTField(ExpressionFuncTDocument, TField, Int32) Method

Sets a weight for the selected field.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> FieldWeight<TField>(
	Expression<Func<TDocument, TField>> fieldSelector,
	int weight
)

Parameters

fieldSelector  ExpressionFuncTDocument, TField
A function to select the field for which the weight should be set.
weight  Int32
The weight to set for the field.

Type Parameters

TField
The type of field to set a weight for.

Return Value

IFulltextQueryOptionsTDocument
The current instance.
See Also