Skip to content

Allow to customize mappings parameters#3255

Merged
sothawo merged 2 commits intospring-projects:mainfrom
reta:issue-3254
Mar 14, 2026
Merged

Allow to customize mappings parameters#3255
sothawo merged 2 commits intospring-projects:mainfrom
reta:issue-3254

Conversation

@reta
Copy link
Copy Markdown
Contributor

@reta reta commented Mar 12, 2026

The request is coming from the Spring Data OpenSearch where we tried to add vector field type support. The previously introduced mappedTypeName allows to resolve mismatch between dense_vector type (Elasticsearch) and knn_vector (OpenSearch). However, the further troubles are coming from pretty much non-compatible parameters (dims vs dimensions, similarity vs space_type, ...).

  • You have read the Spring Data contribution guidelines.
  • There is a ticket in the bug tracker for the project in our issue tracker. Add the issue number to the Closes #issue-number line below
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

Closes #3254

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 12, 2026
@reta reta force-pushed the issue-3254 branch 2 times, most recently from 4201edf to 32bdcb4 Compare March 12, 2026 00:55
Signed-off-by: Andriy Redko <drreta@gmail.com>
@sothawo
Copy link
Copy Markdown
Collaborator

sothawo commented Mar 12, 2026

I won't find time before saturday to check this

Signed-off-by: Andriy Redko <drreta@gmail.com>
@sothawo sothawo merged commit 836187c into spring-projects:main Mar 14, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Allow to customize mappings parameters

3 participants