LiteCore
Couchbase Lite cross-platform core implementation
|
Info about a match of a full-text query term. More...
#include <c4QueryTypes.h>
Data Fields | |
uint64_t | dataSource |
Opaque identifier of where text is stored. | |
uint32_t | property |
Which property in the index was matched (array index in expressionsJSON ) | |
uint32_t | term |
Which search term (word) in the query was matched. | |
uint32_t | start |
Byte range start of the match in the full text | |
uint32_t | length |
Byte range length of the match in the full text | |
Info about a match of a full-text query term.
uint64_t C4FullTextMatch::dataSource |
Opaque identifier of where text is stored.
uint32_t C4FullTextMatch::length |
Byte range length of the match in the full text
uint32_t C4FullTextMatch::property |
Which property in the index was matched (array index in expressionsJSON
)
uint32_t C4FullTextMatch::start |
Byte range start of the match in the full text
uint32_t C4FullTextMatch::term |
Which search term (word) in the query was matched.