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 | |
|---|---|---|
| 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
              |