| Package | Description |
|---|---|
| org.elasticsearch.script | |
| org.elasticsearch.search.lookup |
| Modifier and Type | Method and Description |
|---|---|
protected SourceLookup |
AbstractSearchScript.source()
Allows to access the actual source (loaded and parsed).
|
| Modifier and Type | Method and Description |
|---|---|
SourceLookup |
SearchLookup.source() |
SourceLookup |
LeafSearchLookup.source() |
| 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.