I am trying to process MongoDB queries that come in a JSON format that looks like that:
{ "$or": [ {"id":"string"},{"field":"string"} ] }
What do you think would be the best way to transform those queries to match the Elasticsearch Java API?
I am trying to process MongoDB queries that come in a JSON format that looks like that:
{ "$or": [ {"id":"string"},{"field":"string"} ] }
What do you think would be the best way to transform those queries to match the Elasticsearch Java API?
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.