Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Interface SourceLoader.SyntheticFieldLoader.DocValuesLoader
- Enclosing interface:
SourceLoader.SyntheticFieldLoader
public static interface SourceLoader.SyntheticFieldLoader.DocValuesLoader
Loads doc values for a field.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
advanceToDoc
(int docId) Load the doc values for this field.
-
Method Details
-
advanceToDoc
Load the doc values for this field.- Returns:
- whether or not there are any values for this field
- Throws:
IOException
-