Shivacharan Koyyada
Shivacharan Koyyada
version:OpenSearch 1.2 POST _plugins/_sql?format=json { "query":"SELECT * FROM contacts WHERE match(name, 'charan') ;" } if i run the above script iam getting this error { "error": { "reason": "Invalid SQL...
mappings: ``` { "contacts" : { "mappings" : { "properties" : { "age" : { "type" : "integer" }, "name" : { "type" : "text", "fields" : { "keyword" :...
i have an question which is not related to this issues. can we add two indices using DSL on common field in opensearch? if yes how we can do it....
@anirudha @anirudha @kyleconroy @spk @smortex @
@kotwanikunal Suppose I run sql request as : POST _plugins/_sql {"query":"SELECT * FROM indexone INNER JOIN indextwo ON indexone.contactid=indextwo.contactid"} I want to do the same using DSL, how can I...
Yaa okay but i need answer to this. Can any one respond
Answer this please
Please answer this
@acarbonetto here is the details:********************************* @anirudha @macohen @hyandell @seraphjiang @hyandell Index 1 mapping: ```json { "nested_native_mapping" : { "mappings" : { "properties" : { "contact_id" : { "type" : "long"...
@acarbonetto please respond