Matching multiple terms #101
Unanswered
DinoPullerUqido
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm following the tutorials and trying some changes. But I don't understand how to manage a entity with a composite name. For example where first_name and last_name are merged into one field.
Given a name like: ''Jamila Abed Allah AL SHANTEE' I'd like to match it using the phonetic algorithm so that a query like: "Jameela Abdallah EL-SHANTI" can match but I don't want that "AL" can match.
I've tried to configure Name field as Text and using Simple matcher but it's seems to match all terms using OR operator so I've have too much matches.
Configuring Name field as Keyword and using the Exact matcher works for exact name matching, but when I try to use the phonetic algorithm into mapping properties it doesn't works but I was expected that, because its working only for Text types.
How can I do it?
tnx,
Dino
Beta Was this translation helpful? Give feedback.
All reactions