| Package | Description |
|---|---|
| org.elasticsearch.action.termvectors |
Get the term vector for a specific document.
|
| org.elasticsearch.action.termvectors.dfs |
Distributed frequencies.
|
| org.elasticsearch.search.controller | |
| org.elasticsearch.search.dfs | |
| org.elasticsearch.search.internal | |
| org.elasticsearch.search.query |
| 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,
AggregatedDfs dfs,
TermVectorsFilter termVectorsFilter) |
| Constructor and Description |
|---|
TermVectorsFilter(org.apache.lucene.index.Fields termVectorsByField,
org.apache.lucene.index.Fields topLevelFields,
Set<String> selectedFields,
AggregatedDfs dfs) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedDfs |
DfsOnlyResponse.getDfs() |
| Modifier and Type | Method and Description |
|---|---|
AggregatedDfs |
SearchPhaseController.aggregateDfs(AtomicArray<DfsSearchResult> results) |
| Modifier and Type | Method and Description |
|---|---|
static AggregatedDfs |
AggregatedDfs.readAggregatedDfs(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextIndexSearcher.setAggregatedDfs(AggregatedDfs aggregatedDfs) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedDfs |
QuerySearchRequest.dfs() |
| Constructor and Description |
|---|
QuerySearchRequest(SearchRequest request,
long id,
AggregatedDfs dfs) |
Copyright © 2009–2017. All rights reserved.