meilisearch / meilisearch/meilisearch-java

[v1.13] Add documents database metrics to stats

Open
#821 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement good first issue
Dominant language
Java
Stars
245
Forks
152
PR merge metrics
No merged PRs in 30d

Description

Following the changes related to Meilisearch v1.13.0 mega issue:

Description

Update the stats object to include the new documents database metrics.

For further reference, see the related Meilisearch engine issue.

Specifications

  • Modify the stats API to include indexes.INDEXNAME.rawDocumentDbSize in SDK responses
  • Modify the stats API to include indexes.INDEXNAME.avgDocumentSize in SDK responses

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the stats API and the SDK response models representing the stats object. Use the linked Meilisearch engine issue and API reference to confirm the documents database metrics, then verify that SDK responses expose indexes.INDEXNAME.rawDocumentDbSize and indexes.INDEXNAME.avgDocumentSize.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.