KinoSearch::Index::IndexReader - base class for objects which read invindexes |
sub max_doc { shift->abstract_death }
sub num_docs { shift->abstract_death }
sub term_docs { shift->abstract_death }
sub norms_reader { shift->abstract_death }
sub delete_docs_by_term { shift->abstract_death }
sub has_deletions { shift->abstract_death }
sub terms { shift->abstract_death }
sub get_field_names { shift->abstract_death }
sub generate_field_infos { shift->abstract_death }
sub segreaders_to_merge { shift->abstract_death }
sub close { shift->abstract_death }
1;
__END__
KinoSearch::Index::IndexReader - base class for objects which read invindexes |