Thanks for a great project.
The more I read up on the changes in the Query DSL post version 2.0 ... it seems like 'and', 'or', 'all' and 'any' .. are being de-emphasised if not being deprecated altogether in favour of compound queries that use 'must', 'must_not', and 'should' that are wrapped as 'bool' queries (like below).

Are there plans to handle these types of 'new-breed' queries in this tool?