IFullTextQueryRow Interface |
Namespace: Couchbase.Lite
public interface IFullTextQueryRow : IQueryRow
The IFullTextQueryRow type exposes the following members.
Name | Description | |
---|---|---|
Document |
Gets the document that was used for creating this
entry
(Inherited from IQueryRow.) | |
DocumentID |
Gets the ID of the document that was used for
creating this entry
(Inherited from IQueryRow.) | |
FullTextMatched |
Gets the full text that was matched
| |
MatchCount |
Gets the number of matches
| |
Sequence |
Gets the sequence of the document that was used for
creating this entry
(Inherited from IQueryRow.) |
Name | Description | |
---|---|---|
GetBoolean |
Gets the Boolean value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetDate |
Gets the DateTimeOffset value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetDouble |
Gets the Double value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetInt |
Gets the Int32 value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetLong |
Gets the Int64 value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetObject |
Gets the value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetString |
Gets the String value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
(Inherited from IQueryRow.) | |
GetTermIndex |
Gets the index of the term that was matched in the given match number
| |
GetTextRange |
Gets the range in the string for the given full text match
|