Package | Description |
---|---|
net.ravendb.abstractions.indexing | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
static FieldTermVector |
FieldTermVector.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldTermVector[] |
FieldTermVector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FieldTermVector> |
IndexDefinition.getTermVectors()
Index field term vector settings.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setTermVectors(Map<String,FieldTermVector> termVectors)
Index field term vector settings.
|
Modifier and Type | Field and Description |
---|---|
protected Map<com.mysema.query.types.Path<?>,FieldTermVector> |
AbstractIndexCreationTask.termVectors |
protected Map<String,FieldTermVector> |
AbstractIndexCreationTask.termVectorsStrings |
Modifier and Type | Method and Description |
---|---|
Map<com.mysema.query.types.Path<?>,FieldTermVector> |
IndexDefinitionBuilder.getTermVectors() |
Map<String,FieldTermVector> |
IndexDefinitionBuilder.getTermVectorsStrings() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractIndexCreationTask.termVector(com.mysema.query.types.Path<?> field,
FieldTermVector termVector)
Register a field to have term vectors
|
protected void |
AbstractIndexCreationTask.termVector(String field,
FieldTermVector termVector)
Register a field to have term vectors
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setTermVectors(Map<com.mysema.query.types.Path<?>,FieldTermVector> termVectors) |
void |
IndexDefinitionBuilder.setTermVectorsStrings(Map<String,FieldTermVector> termVectorsStrings) |
Copyright © 2016. All Rights Reserved.