KinoSearch::Index::LexiconReader - Read Lexicon data.


KinoSearch documentation  | view source Contained in the KinoSearch distribution.

Index


NAME

Top

KinoSearch::Index::LexiconReader - Read Lexicon data.

SYNOPSIS

Top

    my $lex_reader = $seg_reader->obtain("KinoSearch::Index::LexiconReader");
    my $lexicon    = $lex_reader->lexicon( field => 'title' );







DESCRIPTION

Top

LexiconReader reads term dictionary information.

ABSTRACT METHODS

Top

lexicon( [labeled params] )

Return a new Lexicon for the given field. Will return undef if either the field is not indexed, or if no documents contain a value for the field.

doc_freq( [labeled params] )

Return the number of documents where the specified term is present.

INHERITANCE

Top

KinoSearch::Index::LexiconReader isa KinoSearch::Index::DataReader isa KinoSearch::Object::Obj.

COPYRIGHT AND LICENSE

Top


KinoSearch documentation  | view source Contained in the KinoSearch distribution.