Populate query cache when sending a "scoring queries"

Hi all,

When I send the following query to Elasticsearch:

{
"query_string" : {
"query" : "blablablabla"
}
}

Is there a way to say to Elasticsearch:

"I know that this a query that needs scoring (and I am very happy with that because I need scored results) but I know that I will probably reuse that query in a filter soon. So, though it is not a good idea in term of performance to that, can you please fill also a bitset with the result of that query to populate the query cache for my future non-scoring filter query? Thank you Elastic :-)"

?

Thank you for your answer :-),

Hi all,

A small "up" because I still have the same issue :-).

Thanks