meilisearch-java icon indicating copy to clipboard operation
meilisearch-java copied to clipboard

Java client for Meilisearch

Results 84 meilisearch-java issues
Sort by recently updated
recently updated
newest added

Bumps [yasson](https://github.com/eclipse-ee4j/yasson) from 2.0.4 to 3.0.2. Release notes Sourced from yasson's releases. Release 3.0.1 What's Changed Incorrect user generator position checking fixed eclipse-ee4j/yasson#562 Object and array values skip if property...

skip-changelog
dependencies

# Pull Request ## Related issue Fixes #613 ## What does this PR do? - Add support to get documents by filter. - Updatex code samples. ## PR checklist Please...

⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, feel free...

enhancement
good first issue

Bumps com.diffplug.spotless from 6.13.0 to 6.25.0. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | com.diffplug.spotless |...

skip-changelog
dependencies

# Pull Request ## Related issue Fixes #678 ## What does this PR do? - PR updates the generic exception(MeilisearchException) throws from function to exact exception throws - Created a...

breaking-change

**Description** Currently, the exceptions thrown are all `MeilisearchException`. This makes it difficult for the user to specify which exception was thrown. **Basic example** The way to fix this is to...

enhancement

*Following this [central issue](https://github.com/meilisearch/integration-guides/issues/296)* This is related to a newly introduced feature in [Meilisearch v1.7.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.7.0): show ranking score details at search. Refer to [docs for more information](https://www.meilisearch.com/docs/reference/api/search#ranking-score-details). - [ ]...

enhancement
good first issue

⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, please add...

enhancement
good first issue

# Pull Request ## What does this PR do? - changes text urls into valid javadoc urls (makes them clickable, within javadoc and IDE, like Intellij)

I'm encounter json serialize error when trying search method to get documents via JAVA SDK, here are the sample code. ![image](https://github.com/meilisearch/meilisearch-java/assets/49217920/1f7a6be1-5cea-4b40-b0bb-48947bc54309) here is the error stacktrace Meilisearch ApiException: {Error=APIError: {message='Invalid...

bug
good first issue