Package | Description |
---|---|
com.couchbase.client.java.search.query |
Modifier and Type | Method and Description |
---|---|
ConjunctionQuery |
ConjunctionQuery.Builder.build() |
ConjunctionQuery |
BooleanQuery.must() |
ConjunctionQuery |
BooleanQuery.mustNot() |
ConjunctionQuery |
BooleanQuery.should() |
Modifier and Type | Method and Description |
---|---|
BooleanQuery.Builder |
BooleanQuery.Builder.must(ConjunctionQuery must) |
BooleanQuery.Builder |
BooleanQuery.Builder.mustNot(ConjunctionQuery mustNot) |
BooleanQuery.Builder |
BooleanQuery.Builder.should(ConjunctionQuery should) |
Copyright © 2015 Couchbase, Inc.