Interface LeafStoredFieldLoader


public interface LeafStoredFieldLoader
Loads stored fields for a LeafReader Which stored fields to load will be configured by the loader's parent StoredFieldLoader
  • Method Details

    • advanceTo

      void advanceTo(int doc) throws IOException
      Advance the reader to a document. This should be idempotent.
      Throws:
      IOException
    • source

      BytesReference source()
      Returns:
      the source for the current document
    • id

      String id()
      Returns:
      the ID for the current document
    • routing

      String routing()
      Returns:
      the routing path for the current document
    • storedFields

      Map<String,List<Object>> storedFields()
      Returns:
      stored fields for the current document