Skip to main content
~/open-source / meilisearch-java-stats-metrics

Added stats metrics to the Meilisearch Java client

Pr meilisearch/meilisearch-java Merged
View on GitHub

Same gap as the Go client , on the Java side: the stats object was missing fields the Meilisearch API already exposes. This PR closed three open issues (#819 , #820 , #821 ) in one change, adding usedDatabaseSize to stats and both document-count and embeddings metrics per index. Merged as #830 .