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 TypeMethodDescriptionvoid
advanceToDoc
(int docId) Position the loader at a document.boolean
hasValue()
Is there a value for this field in this document?void
Load 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
-