Lucy::Index::DocReader - Retrieve stored documents.
my $doc_reader = $seg_reader->obtain("Lucy::Index::DocReader"); my $doc = $doc_reader->fetch_doc($doc_id);
DocReader defines the interface by which documents (with all stored fields) are retrieved from the index. The default implementation returns HitDoc objects.
my $hit_doc = $doc_reader->fetch_doc($doc_id);
Retrieve the document identified by doc_id
.
Returns: a HitDoc.
my $result = $doc_reader->aggregator( readers => $readers # required offsets => $offsets # required );
Returns a DocReader which divvies up requests to its sub-readers according to the offset range.
Lucy::Index::DocReader isa Lucy::Index::DataReader isa Clownfish::Obj.
Copyright © 2010-2015 The Apache Software Foundation, Licensed under the
Apache License, Version 2.0.
Apache Lucy, Lucy, Apache, the Apache feather logo, and the Apache Lucy project logo are trademarks of The
Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their
respective owners.