Hi.
I am using OpenSearch to search text documents. I am using opensearch-java SDK to connect & index documents. I am able to write most of the basic CRUD operations. But I am stuck with writing multi-match query on a long data type. I have two fields avg_salary & max_salary. If anyone of them matches a number (suppose 100), I need to return the documents. Please help me with an example or sample Java code.