| Package | Description |
|---|---|
| org.elasticsearch.action.termvectors |
Get the term vector for a specific document.
|
| Modifier and Type | Method and Description |
|---|---|
static TermVectorsRequest.Flag |
TermVectorsRequest.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermVectorsRequest.Flag[] |
TermVectorsRequest.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<TermVectorsRequest.Flag> |
TermVectorsRequest.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
void |
TermVectorsResponse.setFields(org.apache.lucene.index.Fields termVectorsByField,
Set<String> selectedFields,
EnumSet<TermVectorsRequest.Flag> flags,
org.apache.lucene.index.Fields topLevelFields) |
void |
TermVectorsResponse.setFields(org.apache.lucene.index.Fields termVectorsByField,
Set<String> selectedFields,
EnumSet<TermVectorsRequest.Flag> flags,
org.apache.lucene.index.Fields topLevelFields,
AggregatedDfs dfs,
TermVectorsFilter termVectorsFilter) |
Copyright © 2009–2017. All rights reserved.