meilisearch / meilisearch/meilisearch-java
[v1.16.0] Add support for multi-modal search
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 245
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
This issue follows the mega issue of changes related to v1.16.
Description
We want to update this SDK to allow using indexing and search fragments to enable multi-modal search. This feature is introduced in Meilisearch 1.16.
For more information, see the embedder settings API.
NB: As of Meilisearch 1.16, this feature is experimental. This might require updating the API related to experimental features.
Tasks
- Update settings methods to allow configuring
indexingFramentsandsearchFragments - Add new tests cases
- Add code sample in .code-samples.meilisearch.yaml under the
search_parameter_reference_media_1key. The example should be similar to this CURL example
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the SDK's settings methods and the existing experimental-feature API handling, then review the embedder settings API linked in the issue. Add support for configuring indexingFraments and searchFragments, add focused test cases, and update .code-samples.meilisearch.yaml under search_parameter_reference_media_1 using the referenced CURL example as a guide.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, yaml
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100