You should be able to put your "overall query" into the top query part of your custom_filters_score. FYI, the function_score should now be used in ES 1.0. The function_score has the flexibility to either augment your top level query scores, or replace them if needed - check the boost_mode parameter.
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html -- 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/96772985-ccd7-47b5-abd5-c84b6b932eef%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
