Uses of Class
org.elasticsearch.search.lookup.LeafSearchLookup
-
Packages that use LeafSearchLookup Package Description org.elasticsearch.script org.elasticsearch.search.lookup -
-
Uses of LeafSearchLookup in org.elasticsearch.script
Methods in org.elasticsearch.script that return LeafSearchLookup Modifier and Type Method Description protected LeafSearchLookupFieldScript. getLeafLookup()The leaf lookup for the Lucene segment this script was created for. -
Uses of LeafSearchLookup in org.elasticsearch.search.lookup
Methods in org.elasticsearch.search.lookup that return LeafSearchLookup Modifier and Type Method Description LeafSearchLookupSearchLookup. getLeafSearchLookup(LeafReaderContext context)
-