Interface SourceLoader.SyntheticFieldLoader.DocValuesLoader

Enclosing interface:
SourceLoader.SyntheticFieldLoader

public static interface SourceLoader.SyntheticFieldLoader.DocValuesLoader
Loads doc values for a field.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    advanceToDoc(int docId)
    Load the doc values for this field.
  • Method Details

    • advanceToDoc

      boolean advanceToDoc(int docId) throws IOException
      Load the doc values for this field.
      Returns:
      whether or not there are any values for this field
      Throws:
      IOException