is the 2nd query (i.e. "age":19 ) only executed on documents that matches
the 1st query? If not, can I have the same effect using other query types?
Thank you.
What we concerned is the search performance. In our case, user may send a
bool query containing 5 or more match_phrase queries. If each match_phrase
executes independently, the search performance will be extremely slow. We
would like to have a way to short-circuit this. Thank you.
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.