If I remove the facet_filter it works fine and shows me all of the
facet data for that fields. The exception I get is here:
Failed to execute
[org.elasticsearch.action.search.SearchRequest@17a8b43]
org.elasticsearch.search.SearchParseException:
[96b46884fdddbf5b95a0568d84638da9][1]:
query[ConstantScore(:)],from[-1],size[-1]: Parse Failure [Failed to
parse source [{"query":{"match_all":{}},"facets":{"tag":{"terms":
{"field":"file_stages_filetype_result_extension"}},"facet_filter":
{"terms":{"file_stages_filetype_result_extension":["txt","htm"]}}}}]]
at
org.elasticsearch.search.SearchService.parseSource(SearchService.java:
473)
I have also tried to get an and filter working with my facet_filter
and that doesn't seem to work either. The filters do work in a
standalone query filter just not with the facet_filter.
If I remove the facet_filter it works fine and shows me all of the
facet data for that fields. The exception I get is here:
Failed to execute
[org.elasticsearch.action.search.SearchRequest@17a8b43]
org.elasticsearch.search.SearchParseException:
[96b46884fdddbf5b95a0568d84638da9][1]:
query[ConstantScore(:)],from[-1],size[-1]: Parse Failure [Failed to
parse source [{"query":{"match_all":{}},"facets":{"tag":{"terms":
{"field":"file_stages_filetype_result_extension"}},"facet_filter":
{"terms":{"file_stages_filetype_result_extension":["txt","htm"]}}}}]]
at
org.elasticsearch.search.SearchService.parseSource(SearchService.java:
473)
I have also tried to get an and filter working with my facet_filter
and that doesn't seem to work either. The filters do work in a
standalone query filter just not with the facet_filter.
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.