Module: Amalgalite::SQLite3::Constants::FTS5

Defined in:
ext/amalgalite/c/amalgalite_constants.c

Constant Summary collapse

TOKENIZE_AUX =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(FTS5_TOKENIZE_AUX)
TOKENIZE_DOCUMENT =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(FTS5_TOKENIZE_DOCUMENT)
TOKENIZE_PREFIX =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(FTS5_TOKENIZE_PREFIX)
TOKENIZE_QUERY =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(FTS5_TOKENIZE_QUERY)
TOKEN_COLOCATED =

0x0001 – Same position as prev. token

INT2FIX(FTS5_TOKEN_COLOCATED)