meilisearch-java
meilisearch-java copied to clipboard
Java client for Meilisearch
**Description** Integration with custom http clients may be helpful if we already has http client in our context, ``RestTemplate`` in spring boot for example. This also applies to json serializing/deserializing...
**Description** After the revision of this SDK, the `code-samples.meilisearch.yaml` will need a revision of each method to ensure that the method still exists and still work as expected in the...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/301)* This is related to a newly introduced feature in [Meilisearch v1.9.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0): use `distinct` search parameter. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/search#distinct-attributes-at-search-time). - [ ] Ensure the...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/301)* This is related to a newly introduced feature in [Meilisearch v1.9.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0): get similar documents. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/similar#get-similar-documents-with-post). - [ ] Add a new...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/303)* ### Explanation of the feature Related issue in the engine: https://github.com/meilisearch/meilisearch/issues/4932 * Request facet distributions and facet stats in your federated search, by using `federation.facetsByIndex` in...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/303)* ### Explanation of the feature Related Meilisearch engine issue: - https://github.com/meilisearch/meilisearch/issues/4733 - https://github.com/meilisearch/meilisearch/issues/4873 💥 Breaking changes: * When using the semantic or the hybrid search, `hybrid.embedder`...
# Pull Request ## Related issue Fixes https://github.com/meilisearch/meilisearch-java/issues/756 ## What does this PR do? - Added support for using the _distinct_ keyword in the java client. Updated tests and code...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature - Rest embedder - Removed parameters: `query`, `inputField`, `inputType`, `pathToEmbeddings` and `embeddingObject`. - Replaced by `request` and `response` - New parameter:...
*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/302)* ### Explanation of the feature Add a new capability to update documents based on a function Usage: https://meilisearch.notion.site/Update-Documents-by-Function-0cff8fea7655436592e7c8a6de932062 ### TODO - [ ] Add a new...
@SuppressWarnings("unchecked") @PostConstruct private void initMeiLiSearch() { Class