| Package | Description |
|---|---|
| org.elasticsearch.script | |
| org.elasticsearch.search.lookup |
| Modifier and Type | Method and Description |
|---|---|
protected LeafIndexLookup |
AbstractSearchScript.indexLookup()
Allows to access statistics on terms and fields.
|
| Modifier and Type | Method and Description |
|---|---|
LeafIndexLookup |
IndexLookup.getLeafIndexLookup(org.apache.lucene.index.LeafReaderContext context) |
LeafIndexLookup |
LeafSearchLookup.indexLookup() |
| Constructor and Description |
|---|
IndexField(String fieldName,
LeafIndexLookup indexLookup) |
IndexFieldTerm(String term,
String fieldName,
LeafIndexLookup indexLookup,
int flags) |
LeafSearchLookup(org.apache.lucene.index.LeafReaderContext ctx,
LeafDocLookup docMap,
SourceLookup sourceLookup,
LeafFieldsLookup fieldsLookup,
LeafIndexLookup indexLookup,
Map<String,Object> topLevelMap) |
Copyright © 2009–2017. All rights reserved.