Elasticsearch - Search synonyms in attachment content

I would like to get some guidance on how to search for synonyms in the attachments content, in C#.

  • Using ingest-attachment plugin.
  • Elasticsearch version: 5.5.1
  • NEST: 5.5

I am receiving results when searching for words within the attachments, but I don't know how to use the synonyms on the attachments.

You have a very broad query, so how about you check this out - https://www.elastic.co/guide/en/elasticsearch/guide/current/synonyms.html.

This should give you good overview of how to go about using synonyms. Let me know if you have specific questions.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.