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

Parameters

fields
Type: System.Collections.GenericIEnumerableString

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

Return Value

Type: IFulltextQueryOptionsTDocument

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

See Also