Following querystring doesn't work.
"query_string": {
"query": "(field1: value1*) AND NOT field2: value2*"
}
is AND NOT not supported ?
Following querystring doesn't work.
"query_string": {
"query": "(field1: value1*) AND NOT field2: value2*"
}
is AND NOT not supported ?
Hi,
AND NOT is supported as documented here:
Also doing a quick test, seems like AND NOT works as expected.
© 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.