Skip to main content

Crate sz_orm_es

Crate sz_orm_es 

Source
Expand description

§SZ-ORM ES — Elasticsearch 文档存储

提供 Elasticsearch 风格的文档存储与检索抽象,支持索引、文档 CRUD 与搜索请求, 内置内存实现便于测试。

§主要类型

Modules§

extensions
ES 深度扩展功能

Structs§

EsBoolQuery
EsDocument
EsHit
EsRangeQuery
EsSearchRequest
EsSearchResult
EsSort
EsSyncManager
EsSyncResult
InMemoryEsSync
In-memory EsSync implementation backed by a HashMap<index, HashMap<id, EsDocument>>.

Enums§

EsError
EsFieldType
EsQuery
EsSortOrder

Traits§

EsSync