|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.queryParser.core.nodes.QueryNodeImpl
org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
org.apache.lucene.queryParser.standard.nodes.StandardBooleanQueryNode
public class StandardBooleanQueryNode
A StandardBooleanQueryNode has the same behavior as
BooleanQueryNode. It only indicates if the coord should be enabled or
not for this boolean query.
Similarity.coord(int, int),
BooleanQuery,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl |
|---|
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields |
| Constructor Summary | |
|---|---|
StandardBooleanQueryNode(java.util.List<QueryNode> clauses,
boolean disableCoord)
|
|
| Method Summary | |
|---|---|
boolean |
isDisableCoord()
|
| Methods inherited from class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode |
|---|
cloneTree, toQueryString, toString |
| Methods inherited from class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl |
|---|
add, add, allocate, clone, containsTag, getChildren, getParent, getTag, getTags, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, unsetTag |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StandardBooleanQueryNode(java.util.List<QueryNode> clauses,
boolean disableCoord)
clauses - | Method Detail |
|---|
public boolean isDisableCoord()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||