IFulltextQueryOptionsTDocumentRankFields Method

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

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> RankFields(
	IEnumerable<string> fields
)

Parameters

fields  IEnumerableString
The fields to process.

Return Value

IFulltextQueryOptionsTDocument
The current instance.

See Also