Class LuceneQueryBuilders.BooleanQueryBuilder
java.lang.Object
com.atlassian.confluence.search.v2.BooleanQueryBuilder<org.apache.lucene.search.Query>
com.atlassian.confluence.internal.search.v2.lucene.LuceneQueryBuilders.BooleanQueryBuilder
- Enclosing class:
- LuceneQueryBuilders
public static class LuceneQueryBuilders.BooleanQueryBuilder
extends BooleanQueryBuilder<org.apache.lucene.search.Query>
-
Field Summary
Fields inherited from class com.atlassian.confluence.search.v2.BooleanQueryBuilder
boost, DEFAULT_BOOST_FACTOR, must, mustNot, should
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.search.v2.BooleanQueryBuilder
addMust, addMust, addMust, addMustNot, addMustNot, addMustNot, addShould, addShould, addShould, boost
-
Constructor Details
-
BooleanQueryBuilder
public BooleanQueryBuilder()
-
-
Method Details
-
build
public org.apache.lucene.search.Query build()- Specified by:
build
in classBooleanQueryBuilder<org.apache.lucene.search.Query>
-