Class StandardBooleanQueryNodeBuilder

java.lang.Object
org.apache.lucene.queryparser.flexible.standard.builders.StandardBooleanQueryNodeBuilder
All Implemented Interfaces:
QueryBuilder, StandardQueryBuilder

public class StandardBooleanQueryNodeBuilder extends Object implements StandardQueryBuilder
This builder does the same as the BooleanQueryNodeBuilder, but this considers if the built BooleanQuery should have its coord disabled or not.
See Also: