| Package | Description |
|---|---|
| org.elasticsearch.script | |
| org.elasticsearch.search.lookup |
| Modifier and Type | Method and Description |
|---|---|
protected LeafDocLookup |
AbstractSearchScript.doc()
Returns the doc lookup allowing to access field data (cached) values as well as the current document score
(where applicable).
|
| Modifier and Type | Method and Description |
|---|---|
LeafDocLookup |
LeafSearchLookup.doc() |
LeafDocLookup |
DocLookup.getLeafDocLookup(org.apache.lucene.index.LeafReaderContext context) |
| Constructor and Description |
|---|
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.