Uses of Class
com.atlassian.confluence.search.v2.query.BooleanQuery
-
Packages that use BooleanQuery Package Description com.atlassian.confluence.macro.query com.atlassian.confluence.search.v2.lucene.mapper -
-
Uses of BooleanQuery in com.atlassian.confluence.macro.query
Methods in com.atlassian.confluence.macro.query that return BooleanQuery Modifier and Type Method Description BooleanQueryBooleanQueryFactory. toBooleanQuery()Returns aBooleanQueryinstance using the current state of thisBooleanQueryFactory. -
Uses of BooleanQuery in com.atlassian.confluence.search.v2.lucene.mapper
Methods in com.atlassian.confluence.search.v2.lucene.mapper with parameters of type BooleanQuery Modifier and Type Method Description org.apache.lucene.search.QueryBooleanQueryMapper. convertToLuceneQuery(BooleanQuery boolQuery)
-