org.elasticsearch.search.lookup
Class FieldLookup

java.lang.Object
  extended by org.elasticsearch.search.lookup.FieldLookup

public class FieldLookup
extends Object


Method Summary
 void clear()
           
 org.apache.lucene.document.Document doc()
           
 void doc(org.apache.lucene.document.Document doc)
           
 Object getValue()
           
 List<Object> getValues()
           
 boolean isEmpty()
           
 FieldMapper mapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mapper

public FieldMapper mapper()

doc

public org.apache.lucene.document.Document doc()

doc

public void doc(org.apache.lucene.document.Document doc)

clear

public void clear()

isEmpty

public boolean isEmpty()

getValue

public Object getValue()

getValues

public List<Object> getValues()


Copyright © 2009-2012. All Rights Reserved.