From 7b85acd38b42bc0d0f0445662dbdbb9ce461abc7 Mon Sep 17 00:00:00 2001 From: Loay Ghreeb <52158423+LoayGhreeb@users.noreply.github.com> Date: Wed, 29 May 2024 18:17:51 +0300 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a93b5fa9..e2b1d9d0 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,12 @@ across servers. ## Zulia supports: -* Searching multiple indexes with a single query -* Storing associated files with the documents (images, pdfs, ...) -* Sorting -* Faceting -* Vector Search +* [Searching multiple indexes with a single query](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#search-multiple-indexes) +* [Storing associated files with the documents (images, pdfs, ...)](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#storing-associated-documents) +* [Sorting](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#sorting) +* [Facet Counts](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#count-facets) +* [Statistics](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#numeric-stat) and [Facet Statistics](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#stat-facet) +* [Vector Search](https://github.com/zuliaio/zuliasearch/wiki/Java-Client#Vector-Queries) * [Rich Query Syntax](https://github.com/zuliaio/zuliasearch/wiki/Query-Syntax) To learn more see the [wiki](https://github.com/zuliaio/zuliasearch/wiki):