Click or drag to resize

IFullTextQueryRowGetTermIndex Method

Gets the index of the term that was matched in the given match number

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
uint GetTermIndex(
	uint matchNumber
)

Parameters

matchNumber
Type: SystemUInt32
The match number to check

Return Value

Type: UInt32
The index of the term that was matched
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionmatchNumber was not between 0 and MatchCount
See Also