primary
UsingPath primary()
Build the primary index (using a name of
Index.PRIMARY_NAME, must be in a pending state).PathDefaultIndexNamesPath@Experimental @Public public interface IndexNamesPath extends Path
| Modifier and Type | Method | Description |
|---|---|---|
UsingPath |
indexes(String indexName,
String... indexNames) |
Specify the index or indexes in a pending state that needs building.
|
UsingPath |
indexes(List<String> indexNames) |
Specify the indexes in a pending state that needs building, as a non-empty list.
|
UsingPath |
primary() |
Build the primary index (using a name of
Index.PRIMARY_NAME, must be in a pending state). |
indexName - minimum index to build (name will be escaped).indexNames - 0-n additional indexes to also build (names will be escaped).indexNames - the List of indexes to build (names will be escaped).Index.PRIMARY_NAME, must be in a pending state).