Class AndQuery
java.lang.Object
org.apache.lucene.queryparser.surround.query.SrndQuery
org.apache.lucene.queryparser.surround.query.ComposedQuery
org.apache.lucene.queryparser.surround.query.AndQuery
- All Implemented Interfaces:
Cloneable
Factory for conjunctions
-
Field Summary
Fields inherited from class org.apache.lucene.queryparser.surround.query.SrndQuery
theEmptyLcnQuery
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeLuceneQueryFieldNoBoost
(String fieldName, BasicQueryFactory qf) Methods inherited from class org.apache.lucene.queryparser.surround.query.ComposedQuery
getNrSubQueries, getOperatorName, getSubQueriesIterator, getSubQuery, isFieldsSubQueryAcceptable, isOperatorInfix, makeLuceneSubQueriesField, toString
Methods inherited from class org.apache.lucene.queryparser.surround.query.SrndQuery
clone, equals, getWeight, getWeightOperator, getWeightString, hashCode, isWeighted, makeLuceneQueryField, setWeight
-
Constructor Details
-
AndQuery
-
-
Method Details
-
makeLuceneQueryFieldNoBoost
- Specified by:
makeLuceneQueryFieldNoBoost
in classSrndQuery
-