Recommendation for specific analyser settings

Hello, I have been using Elasticsearch to create a search system based on data from RDBMS. I have documents with only 8 fields, where each field contains text data. This data represents best practice recommendations from different areas represented by each of the fields, where each document represent best practises about a certain entity. The volume of the data is not significant. I would like to create a full-text search solution, where users with domain knowledge can find specific documents based on general queries, whether field-specific queries or general queries. I have used the default configuration of analyser and I have used match and multi-match query to simulate basic query function. My question is whether you would have some recommendations on specific analyser settings that could benefit my search use case. Thank you.

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