@InterfaceStability.Experimental @InterfaceAudience.Public public interface IndexNamesPath extends Path
Path of the Index building DSL to specify which index(es) to build.
Modifier and Type | Method and Description |
---|---|
UsingPath |
indexes(String indexName,
String... indexNames)
Specify the index or indexes in a pending state that needs building.
|
UsingPath |
primary()
Build the primary index (using a name of
Index.PRIMARY_NAME , must be in a pending state). |
UsingPath indexes(String indexName, String... indexNames)
Specify the index or indexes in a pending state that needs building.
indexName
- minimum index to build (name will be escaped).indexNames
- 0-n additional indexes to also build (names will be escaped).UsingPath primary()
Build the primary index (using a name of Index.PRIMARY_NAME
, must be in a pending state).
Copyright © 2014 Couchbase, Inc.