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 Constructor Description BooleanQueryBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.Query
build()
-
Methods inherited from class com.atlassian.confluence.search.v2.BooleanQueryBuilder
addMust, addMust, addMust, addMustNot, addMustNot, addMustNot, addShould, addShould, addShould, boost
-
-
-
-
Method Detail
-
build
public org.apache.lucene.search.Query build()
- Specified by:
build
in classBooleanQueryBuilder<org.apache.lucene.search.Query>
-
-