Click or drag to resize

IFulltextQueryOptionsTDocumentRankFields Method

Sets the fields that are processed when computing ranking factors. Supported with Sphinx 3.1.1

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax
IFulltextQueryOptions<TDocument> RankFields(
	IEnumerable<string> fields
)

Parameters

fields
Type: System.Collections.GenericIEnumerableString

Return Value

Type: IFulltextQueryOptionsTDocument
See Also