LiteCore
Couchbase Lite cross-platform core implementation
Loading...
Searching...
No Matches
Data Fields
C4FullTextMatch Struct Reference

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
 

Detailed Description

Info about a match of a full-text query term.

Field Documentation

◆ dataSource

uint64_t C4FullTextMatch::dataSource

Opaque identifier of where text is stored.

◆ length

uint32_t C4FullTextMatch::length

Byte range length of the match in the full text

◆ property

uint32_t C4FullTextMatch::property

Which property in the index was matched (array index in expressionsJSON)

◆ start

uint32_t C4FullTextMatch::start

Byte range start of the match in the full text

◆ term

uint32_t C4FullTextMatch::term

Which search term (word) in the query was matched.


The documentation for this struct was generated from the following file: