| Package | Description |
|---|---|
| com.couchbase.client.java.query.dsl.element | |
| com.couchbase.client.java.query.dsl.path | |
| com.couchbase.client.java.query.dsl.path.index |
| Constructor and Description |
|---|
HintIndexElement(IndexReference... indexReferences) |
| Modifier and Type | Method and Description |
|---|---|
KeysPath |
HintPath.useIndex(IndexReference... indexes)
Hint at what index(es) to use for this query.
|
KeysPath |
DefaultHintPath.useIndex(IndexReference... indexes) |
| Modifier and Type | Method and Description |
|---|---|
static IndexReference |
IndexReference.indexRef(String indexName)
Constructs an
IndexReference given an index name (which will be escaped). |
static IndexReference |
IndexReference.indexRef(String indexName,
IndexType type)
Constructs an
IndexReference given an index name (which will be escaped) and an explicit IndexType to use in a USING clause. |
Copyright © 2015 Couchbase, Inc.