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 uint GetTermIndex(
uint matchNumber
)
Parameters
- matchNumber
- Type: SystemUInt32
The match number to check
Return Value
Type:
UInt32The index of the term that was matched
Exceptions See Also