You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Note: I'm not sure if this is the right place to ask this, but here it goes as i haven't found any specific documentation for my case in the official site
I'm not sure why i can't get this to work. I want to be able to search in all the fields including the attachment
My encoded field was named content and was mapped using: "content": { "type": "attachment", "fields": { "content": { "type": "string", "analyzer": "turkish", "term_vector":"with_positions_offsets", "store": true } } },
I was trying to do a query using: "multi_match": { "query": "some query", "fields": [ "author.name^2", "content" ] }
and got 0 results like you did.
Note: I'm not sure if this is the right place to ask this, but here it goes as i haven't found any specific documentation for my case in the official site
I'm not sure why i can't get this to work. I want to be able to search in all the fields including the attachment
When i do as follows i get 1 result as expected
But, when i do the following i get 0 results
This is my mapping
Any lights / help would be appreciated. Im not sure if what i'm trying to do is legit
The text was updated successfully, but these errors were encountered: