QueryStringQueryBuilder probably wrong builder method for "autoGeneratePhraseQueries"

Hi,

I am using "autoGeneratePhraseQueries" in QueryStringQueryBuilder, and
instead of returning "this" as in all the other builder methods, it
has a void return type. It's not something serious at all, but I think
it should be also aligned with all the other builder method so you can
chain the parameters. Is this void on purpose? or should I open an
issue?

Thanks,
Sebastian.

Fixed in 0.17 branch and master, thanks for bringing it up!

On Sat, Aug 13, 2011 at 10:11 PM, Sebastian sgavarini@gmail.com wrote:

Hi,

I am using "autoGeneratePhraseQueries" in QueryStringQueryBuilder, and
instead of returning "this" as in all the other builder methods, it
has a void return type. It's not something serious at all, but I think
it should be also aligned with all the other builder method so you can
chain the parameters. Is this void on purpose? or should I open an
issue?

Thanks,
Sebastian.