Uses of Class
org.elasticsearch.search.lookup.DocLookup

Packages that use DocLookup
org.elasticsearch.script   
org.elasticsearch.search.lookup   
 

Uses of DocLookup in org.elasticsearch.script
 

Methods in org.elasticsearch.script that return DocLookup
protected  DocLookup AbstractSearchScript.doc()
          Returns the doc lookup allowing to access field data (cached) values as well as the current document score (where applicable).
 

Uses of DocLookup in org.elasticsearch.search.lookup
 

Methods in org.elasticsearch.search.lookup that return DocLookup
 DocLookup SearchLookup.doc()
           
 



Copyright © 2009-2012. All Rights Reserved.