Hello, Before distributed requests are submitted, QueryComponent.prepare() is invoked and parses the query, but then that parsed query is just thrown away (probably it appears in debug). It's neglectable for the most of the cases until a heavy wildcarded {!complexphrase} query is submitted. It can spend a lot of time for terms expansion. How can we bypass it?
-- Sincerely yours Mikhail Khludnev