surrealdb-core 3.2.2

A scalable, distributed, collaborative, document-graph database, for the realtime web
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub(crate) mod analyzer;
pub(crate) mod fulltext;
pub(crate) mod highlighter;
pub(crate) mod offset;

pub(super) type Position = u32;
pub(crate) type DocLength = u64;
pub(crate) type TermFrequency = u64;
pub(super) type Score = f32;

pub(crate) type MatchRef = u8;