public class RavenDocumentsByEntityName extends AbstractIndexCreationTask
analyzers, analyzersStrings, conventions, disableInMemoryIndexing, indexes, indexesStrings, indexSortOptions, indexSortOptionsStrings, indexSuggestions, map, maxIndexOutputsPerDocument, reduce, spatialIndexes, spatialIndexesStrings, stores, storesStrings, termVectors, termVectorsStrings
Constructor and Description |
---|
RavenDocumentsByEntityName() |
Modifier and Type | Method and Description |
---|---|
IndexDefinition |
createIndexDefinition() |
String |
getIndexName()
Generates index name from type name replacing all _ with /
e.g.
|
boolean |
isMapReduce()
Gets a value indicating whether this instance is map reduce index definition
|
afterExecute, analyze, analyze, execute, execute, getConventions, getMaxIndexOutputsPerDocument, getPriority, index, index, isDisableInMemoryIndexing, setConventions, setDisableInMemoryIndexing, setMaxIndexOutputsPerDocument, setPriority, sideBySideExecute, sideBySideExecute, sideBySideExecute, sort, sort, spatial, spatial, store, store, storeAllFields, suggestion, suggestion, termVector, termVector
public boolean isMapReduce()
AbstractIndexCreationTask
isMapReduce
in class AbstractIndexCreationTask
true
if this instance is map reduce; otherwise, false
.public String getIndexName()
AbstractIndexCreationTask
'Orders_Totals'
then index name would be 'Orders/Totals'
getIndexName
in class AbstractIndexCreationTask
public IndexDefinition createIndexDefinition()
createIndexDefinition
in class AbstractIndexCreationTask
Copyright © 2016. All Rights Reserved.