Package | Description |
---|---|
net.ravendb.client.indexes |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexCreationTask
Base class for creating indexes
|
class |
AbstractMultiMapIndexCreationTask
Allow to create indexes with multiple maps
Note we don't provide support for addMapForAll - all child classes must be manually listed using addMap.
|
class |
AbstractScriptedIndexCreationTask |
class |
AbstractTransformerCreationTask
Base class for creating transformers
The naming convention is that underscores in the inherited class names are replaced by slashed
For example: Posts_ByName will be saved to Posts/ByName
|
class |
RavenDocumentsByEntityName
Create an index that allows to tag entities by their entity name
|
Copyright © 2016. All Rights Reserved.