Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proximity across multivalued field element #33335

Open
tkarampAlpha opened this issue Feb 17, 2025 · 0 comments
Open

Proximity across multivalued field element #33335

tkarampAlpha opened this issue Feb 17, 2025 · 0 comments
Assignees
Milestone

Comments

@tkarampAlpha
Copy link

When storing content in a multivalued field (a string array for instance), it seems that proximity is not taken into account text across the multivalued elements. This can be useful in cases the field stores chunks of a single piece of content. This should affect both the matching of phrase/near queries and the ranking score for signals that proximity is involved. For instance

element1: "The quick brown fox"
element2: "jumps over the lazy dog"

The queries that demonstrate the two issues respectively are:

  • phrase("brown fox jumps over")
  • brown fox jumps over with a ranking profile that factors proximity into the score.

It would be nice if there was an on/off switch to remove the boundaries between elements so that proximity conditionally matches across them work out of the box.

@hmusum hmusum added this to the soon milestone Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants