An Elasticsearch filtered query with a custom filter score query is expected to do scoring process for the documents returned by the filter. Instead the custom filter score query was fetching all documents and evaluating each of those document against the filter set.
I did some analysis and have found the reasons for this behavior. I have documented my findings in the under mentioned link. Hope this will benefit those using custom_filters_score query. http://readmytechstuff.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9b3980d5-e0c6-43b6-8c61-2d42ebbfa257%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
