Package | Description |
---|---|
net.ravendb.abstractions.indexing | |
net.ravendb.client.indexes |
Modifier and Type | Method and Description |
---|---|
static FieldTermVector |
FieldTermVector.valueOf(java.lang.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 |
---|---|
java.util.Map<java.lang.String,FieldTermVector> |
IndexDefinition.getTermVectors() |
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinition.setTermVectors(java.util.Map<java.lang.String,FieldTermVector> termVectors) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<com.mysema.query.types.Path<?>,FieldTermVector> |
AbstractIndexCreationTask.termVectors |
protected java.util.Map<java.lang.String,FieldTermVector> |
AbstractIndexCreationTask.termVectorsStrings |
Modifier and Type | Method and Description |
---|---|
java.util.Map<com.mysema.query.types.Path<?>,FieldTermVector> |
IndexDefinitionBuilder.getTermVectors() |
java.util.Map<java.lang.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(java.lang.String field,
FieldTermVector termVector)
Register a field to have term vectors
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDefinitionBuilder.setTermVectors(java.util.Map<com.mysema.query.types.Path<?>,FieldTermVector> termVectors) |
void |
IndexDefinitionBuilder.setTermVectorsStrings(java.util.Map<java.lang.String,FieldTermVector> termVectorsStrings) |
Copyright © 2014. All Rights Reserved.