 | IFulltextQueryOptionsTDocumentRankFields Method |
Sets the fields that are processed when computing ranking factors. Supported with Sphinx 3.1.1
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
SyntaxIFulltextQueryOptions<TDocument> RankFields(
IEnumerable<string> fields
)
Function RankFields (
fields As IEnumerable(Of String)
) As IFulltextQueryOptions(Of TDocument)
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