Package | Description |
---|---|
org.elasticsearch.action.termvector |
Get the term vector for a specific document.
|
Modifier and Type | Method and Description |
---|---|
static TermVectorRequest.Flag |
TermVectorRequest.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermVectorRequest.Flag[] |
TermVectorRequest.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<TermVectorRequest.Flag> |
TermVectorRequest.getFlags() |
Modifier and Type | Method and Description |
---|---|
void |
TermVectorResponse.setFields(org.apache.lucene.index.Fields termVectorsByField,
Set<String> selectedFields,
EnumSet<TermVectorRequest.Flag> flags,
org.apache.lucene.index.Fields topLevelFields) |
Copyright © 2009–2015. All rights reserved.