| Package | Description |
|---|---|
| org.elasticsearch.script | |
| org.elasticsearch.search.lookup |
| Modifier and Type | Method and Description |
|---|---|
protected LeafFieldsLookup |
AbstractSearchScript.fields()
Allows to access the *stored* fields.
|
| Modifier and Type | Method and Description |
|---|---|
LeafFieldsLookup |
LeafSearchLookup.fields() |
LeafFieldsLookup |
FieldsLookup.getLeafFieldsLookup(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.