#607 - bool conversion for and(), or() and not()

This commit is contained in:
Robin Bygrave
2016-03-18 16:19:41 +13:00
parent 42f65ead47
commit 62f88c9e4f
3 changed files with 5 additions and 4 deletions
@@ -18,9 +18,9 @@ import java.util.Map;
public interface DocQueryContext {
/**
* Start a conjunction or disjunction.
* Start a junction.
*/
void startBool(boolean conjunction) throws IOException;
void startBool(Junction.Type type) throws IOException;
/**
* Start a conjunction.