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: 6.0.0
Syntax
IFulltextQueryOptions<TDocument> RankFields(
	IEnumerable<string> fields
)

Parameters

fields  IEnumerableString

[Missing <param name="fields"/> documentation for "M:SphinxConnector.FluentApi.IFulltextQueryOptions`1.RankFields(System.Collections.Generic.IEnumerable{System.String})"]

Return Value

IFulltextQueryOptionsTDocument

[Missing <returns> documentation for "M:SphinxConnector.FluentApi.IFulltextQueryOptions`1.RankFields(System.Collections.Generic.IEnumerable{System.String})"]

See Also