DocumentStoredFieldVisitor
A StoredFieldVisitor that creates a Document from stored fields.
This visitor supports loading all stored fields, or only specific requested fields provided from a Set.
This is used by StoredFields.document to load a document.
Constructors
Functions
Process a binary field.
Expert: Process a binary field directly from the StoredFieldDataInput. Implementors of this method must read StoredFieldDataInput#length bytes from the given [ ]. The default implementation reads all bytes in a newly created byte array and calls .binaryField.
Process a double numeric field.
Process a float numeric field.
Hook before processing a field. Before a field is processed, this method is invoked so that subclasses can return a Status representing whether they need that particular field or not, or to stop processing entirely.
Process a string field.