Hi, We are using payloads for score boosting. For this purpose we've implemented custom boosting QueryParser and similarity function. We followed http://www.lucidimagination.com/blog/2009/08/05/getting-started-with-payloads/ .
On the other hand, we'd like to use dismax query handling because of its benefits in several fields search. How can we make dismax use our custom QueryParser? Thanks!