org.compass.core.lucene
Class LuceneEnvironment.Query
java.lang.Object
org.compass.core.lucene.LuceneEnvironment.Query
- Enclosing class:
- LuceneEnvironment
public abstract static class LuceneEnvironment.Query
- extends Object
|
Field Summary |
static String |
MAX_CLAUSE_COUNT
Sets Lucene static setting of the number of clauses a boolean query can hold. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_CLAUSE_COUNT
public static final String MAX_CLAUSE_COUNT
- Sets Lucene static setting of the number of clauses a boolean query can hold.
Defaults to
1024.
- See Also:
BooleanQuery.setMaxClauseCount(int),
Constant Field Values
LuceneEnvironment.Query
public LuceneEnvironment.Query()
Copyright (c) 2004-2008 The Compass Project.