Interface IdLoader.Leaf

All Known Implementing Classes:
IdLoader.StoredLeaf, IdLoader.TsIdLeaf
Enclosing interface:
IdLoader

public static sealed interface IdLoader.Leaf permits IdLoader.StoredLeaf, IdLoader.TsIdLeaf
Returns a leaf instance for a leaf reader that returns the _id for segment level doc ids.
  • Method Summary

    Modifier and Type
    Method
    Description
    getId(int subDocId)
     
  • Method Details

    • getId

      String getId(int subDocId)
      Parameters:
      subDocId - The segment level doc id for which the return the _id
      Returns:
      the _id for the provided subDocId