Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Interface BlockLoader.StoredFields
- All Known Implementing Classes:
BlockLoaderStoredFieldsFromLeafLoader
- Enclosing interface:
BlockLoader
public static interface BlockLoader.StoredFields
-
Method Summary
-
Method Details
-
source
The_sourceof the document.- Throws:
IOException
-
id
- Returns:
- the ID for the current document
- Throws:
IOException
-
routing
- Returns:
- the routing path for the current document
- Throws:
IOException
-
storedFields
- Returns:
- stored fields for the current document
- Throws:
IOException
-
loaded
boolean loaded()Whether stored fields have already been loaded for the current document. If the stored fields are not loaded yet, the block loader might avoid loading them when not needed.
-