use AND OR or NOT in your queries for Boolean.
i.e.
this AND that
this OR that
(this and that) or other
(this and that) and not other
Boolean is enabled by default with fulltext indices (which are enabled). The only thing it used to do when you set boolean was to replace ' ' with ' and '
