Package | Description |
---|---|
org.elasticsearch.action.termvectors |
Get the term vector for a specific document.
|
Modifier and Type | Field and Description |
---|---|
static TermVectorsAction |
TermVectorsAction.INSTANCE |
Constructor and Description |
---|
TermVectorsRequestBuilder(ElasticsearchClient client,
TermVectorsAction action) |
TermVectorsRequestBuilder(ElasticsearchClient client,
TermVectorsAction action,
String index,
String type,
String id)
Constructs a new term vector request builder for a document that will be fetch
from the provided index.
|
Copyright © 2009–2016. All rights reserved.