Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IFullTextQueryRow Interface
IFullTextQueryRow Methods
GetTermIndex Method
GetTextRange Method
IFullTextQueryRow
GetTextRange Method
Gets the range in the string for the given full text match
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
Range
GetTextRange
(
uint
matchNumber
)
Parameters
matchNumber
Type:
System
UInt32
The match number to use
Return Value
Type:
Range
The range in the string
Exceptions
Exception
Condition
IndexOutOfRangeException
matchNumber
was not between 0 and
MatchCount
See Also
Reference
IFullTextQueryRow Interface
Couchbase.Lite Namespace