Package | Description |
---|---|
net.ravendb.client.connection |
Modifier and Type | Method and Description |
---|---|
String |
IDatabaseCommands.putIndex(String name,
IndexDefinitionBuilder indexDef)
Creates an index with the specified name, based on an index definition that is created by the supplied IndexDefinitionBuilder
|
String |
ServerClient.putIndex(String name,
IndexDefinitionBuilder indexDef) |
String |
IDatabaseCommands.putIndex(String name,
IndexDefinitionBuilder indexDef,
boolean overwrite)
Creates an index with the specified name, based on an index definition that is created by the supplied IndexDefinitionBuilder
|
String |
ServerClient.putIndex(String name,
IndexDefinitionBuilder indexDef,
boolean overwrite) |
Copyright © 2016. All Rights Reserved.