struct
Meilisearch::Crystal::Index::Stats
- Meilisearch::Crystal::Index::Stats
- Meilisearch::Crystal::Resource
- Struct
- Value
- Object
Overview
Shape returned by the index stats endpoint.
Defined in:
meilisearch/crystal/index.crConstructors
-
.new(pull : JSON::PullParser)
Shape returned by the index stats endpoint.
Instance Method Summary
- #avg_document_size : Int64 | Nil
- #field_distribution : Hash(String, Int64)
- #is_indexing : Bool
- #number_of_documents : Int64
- #number_of_embedded_documents : Int64 | Nil
- #number_of_embeddings : Int64 | Nil
- #raw_document_db_size : Int64 | Nil
Constructor methods inherited from struct Meilisearch::Crystal::Resource
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new