What is the advantage of using an fquery as a facet_filter in the way that
Kibana does with a BoolFilter and BoolQuery? Does it perform better than my
query that uses a FilteredQuery as the facet_filter?
What is the advantage of using an fquery as a facet_filter in the way that
Kibana does with a BoolFilter and BoolQuery? Does it perform better than my
query that uses a FilteredQuery as the facet_filter?
The fquery is just a syntactic extension of the query filter in case you
need to define extra parameters (fquery and query filters are the same
execution-wise). See details here:
The difference between a standard query and a filtered query is that the
filtered query allows you to define a filter which can likely be faster to
execute than just a standard query.
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.