- Enclosing interface:
- SourceLoader
public static interface SourceLoader.Leaf
Loads
_source
from some segment.-
Method Summary
Modifier and TypeMethodDescriptionsource
(FieldsVisitor fieldsVisitor, int docId) Load the_source
for a document.
-
Method Details
-
source
Load the_source
for a document.- Parameters:
fieldsVisitor
- field visitor populated with_source
if it has been saveddocId
- the doc to load- Throws:
IOException
-