Skip to main content

Crate memory_indexer

Crate memory_indexer 

Source

Structs§

DictionaryConfig
DictionarySegmenter
DocData
InMemoryIndex
In-memory inverted index supporting exact, pinyin, and fuzzy search over documents.
ScriptDictionary
SearchHit
Search hit containing the doc id, score, and matched terms/domains.
SnapshotData
Persisted index state including documents and per-domain postings.

Enums§

DictionaryLanguage
PositionEncoding
Encoding used when returning match spans.
SearchMode
Search execution strategy for a query.
TermDomain
Token domain representing how a term was derived or transformed.

Constants§

SNAPSHOT_VERSION

Functions§

train_dictionary_config