Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Interface SourceLoader.SyntheticFieldLoader.Leaf
- Enclosing interface:
- SourceLoader.SyntheticFieldLoader
public static interface SourceLoader.SyntheticFieldLoader.Leaf
Loads values for a field in a particular leaf.
-
Method Summary
Modifier and TypeMethodDescriptionvoidadvanceToDoc(int docId) Position the loader at a document.booleanhasValue()Is there a value for this field in this document?voidLoad values for this document.
-
Method Details
-
advanceToDoc
Position the loader at a document.- Throws:
IOException
-
hasValue
boolean hasValue()Is there a value for this field in this document? -
load
Load values for this document.- Throws:
IOException
-