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