|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.elasticsearch.search.lookup.FieldLookup
public class FieldLookup
Method Summary | |
---|---|
void |
clear()
|
org.apache.lucene.document.Document |
doc()
|
void |
doc(org.apache.lucene.document.Document doc)
|
java.lang.Object |
getValue()
|
java.util.List<java.lang.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 |
---|
public FieldMapper mapper()
public org.apache.lucene.document.Document doc()
public void doc(org.apache.lucene.document.Document doc)
public void clear()
public boolean isEmpty()
public java.lang.Object getValue()
public java.util.List<java.lang.Object> getValues()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |