I am executing search requests with a sort defined. In this case, from a
performance perspective is it better to do a match_all query and then add
the query as a filter or is it basically equivalent? Should I wrap the
query in a constant score query to avoid any scoring overhead?
I am executing search requests with a sort defined. In this case, from a
performance perspective is it better to do a match_all query and then add
the query as a filter or is it basically equivalent? Should I wrap the
query in a constant score query to avoid any scoring overhead?
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.