Kwalitee Issues

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: KinoSearch1::Analysis::Token, KinoSearch1::Util::Carp, KinoSearch1::Util::MemManager, KinoSearch1::Util::StringHelper

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

Add a META.json to the distribution. Your buildtool should be able to autogenerate it.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: KinoSearch1::Analysis::Token, KinoSearch1::Util::Carp, KinoSearch1::Util::MemManager, KinoSearch1::Util::StringHelper

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

has_separate_license_file

This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.

Modules

Name Abstract Version View
KinoSearch1 search engine library 1.01 metacpan
KinoSearch1::Analysis::Analyzer base class for analyzers metacpan
KinoSearch1::Analysis::LCNormalizer convert input to lower case metacpan
KinoSearch1::Analysis::PolyAnalyzer multiple analyzers in series metacpan
KinoSearch1::Analysis::Stemmer reduce related words to a shared root metacpan
KinoSearch1::Analysis::Stopalizer suppress a "stoplist" of common words metacpan
KinoSearch1::Analysis::Token unit of text metacpan
KinoSearch1::Analysis::TokenBatch a collection of tokens metacpan
KinoSearch1::Analysis::Tokenizer customizable tokenizing metacpan
KinoSearch1::Document::Doc a document metacpan
KinoSearch1::Document::Field a field within a document metacpan
KinoSearch1::Highlight::Encoder encode excerpted text metacpan
KinoSearch1::Highlight::Formatter format highlighted bits within excerpts metacpan
KinoSearch1::Highlight::Highlighter create and highlight excerpts metacpan
KinoSearch1::Highlight::SimpleHTMLEncoder encode a few HTML entities metacpan
KinoSearch1::Highlight::SimpleHTMLFormatter surround highlight bits with tags metacpan
KinoSearch1::Index::CompoundFileReader metacpan
KinoSearch1::Index::CompoundFileWriter metacpan
KinoSearch1::Index::DelDocs metacpan
KinoSearch1::Index::FieldInfos metacpan
KinoSearch1::Index::FieldsReader metacpan
KinoSearch1::Index::FieldsWriter metacpan
KinoSearch1::Index::IndexFileNames metacpan
KinoSearch1::Index::IndexReader metacpan
KinoSearch1::Index::MultiReader metacpan
KinoSearch1::Index::MultiTermDocs metacpan
KinoSearch1::Index::NormsReader metacpan
KinoSearch1::Index::PostingsWriter metacpan
KinoSearch1::Index::SegInfo metacpan
KinoSearch1::Index::SegInfos metacpan
KinoSearch1::Index::SegReader metacpan
KinoSearch1::Index::SegTermDocs metacpan
KinoSearch1::Index::SegTermEnum metacpan
KinoSearch1::Index::SegWriter metacpan
KinoSearch1::Index::Term string of text associated with a field metacpan
KinoSearch1::Index::TermBuffer metacpan
KinoSearch1::Index::TermDocs metacpan
KinoSearch1::Index::TermEnum metacpan
KinoSearch1::Index::TermInfo metacpan
KinoSearch1::Index::TermInfosReader metacpan
KinoSearch1::Index::TermInfosWriter metacpan
KinoSearch1::Index::TermVector metacpan
KinoSearch1::InvIndexer build inverted indexes metacpan
KinoSearch1::QueryParser::QueryParser transform a string into a Query object metacpan
KinoSearch1::Search::BitCollector metacpan
KinoSearch1::Search::BooleanClause metacpan
KinoSearch1::Search::BooleanQuery match boolean combinations of Queries metacpan
KinoSearch1::Search::BooleanScorer metacpan
KinoSearch1::Search::BooleanWeight metacpan
KinoSearch1::Search::CacheDFSource metacpan
KinoSearch1::Search::FilteredCollector metacpan
KinoSearch1::Search::Hit successful match against a Query metacpan
KinoSearch1::Search::HitCollector metacpan
KinoSearch1::Search::HitQueue metacpan
KinoSearch1::Search::HitQueueCollector metacpan
KinoSearch1::Search::Hits access search results metacpan
KinoSearch1::Search::MultiSearcher Aggregate results from multiple searchers. metacpan
KinoSearch1::Search::OffsetCollector metacpan
KinoSearch1::Search::PhraseQuery match ordered list of Terms metacpan
KinoSearch1::Search::PhraseScorer metacpan
KinoSearch1::Search::PhraseWeight metacpan
KinoSearch1::Search::Query base class for search queries metacpan
KinoSearch1::Search::QueryFilter build a filter based on results of a query metacpan
KinoSearch1::Search::Scorer metacpan
KinoSearch1::Search::SearchClient connect to a remote SearchServer metacpan
KinoSearch1::Search::SearchServer make a Searcher remotely accessible metacpan
KinoSearch1::Search::Searchable metacpan
KinoSearch1::Search::Similarity metacpan
KinoSearch1::Search::TermQuery match individual Terms metacpan
KinoSearch1::Search::TermScorer metacpan
KinoSearch1::Search::TermWeight metacpan
KinoSearch1::Search::TitleSimilarity metacpan
KinoSearch1::Search::Weight metacpan
KinoSearch1::Searcher execute searches metacpan
KinoSearch1::Store::FSInvIndex file system InvIndex metacpan
KinoSearch1::Store::FSLock metacpan
KinoSearch1::Store::InStream metacpan
KinoSearch1::Store::InvIndex inverted index metacpan
KinoSearch1::Store::Lock metacpan
KinoSearch1::Store::OutStream metacpan
KinoSearch1::Store::RAMInvIndex in-memory InvIndex metacpan
KinoSearch1::Store::RAMLock metacpan
KinoSearch1::Util::BitVector metacpan
KinoSearch1::Util::ByteBuf metacpan
KinoSearch1::Util::CClass metacpan
KinoSearch1::Util::Carp metacpan
KinoSearch1::Util::Class metacpan
KinoSearch1::Util::IntMap metacpan
KinoSearch1::Util::MathUtils metacpan
KinoSearch1::Util::MemManager metacpan
KinoSearch1::Util::PriorityQueue metacpan
KinoSearch1::Util::SortExternal metacpan
KinoSearch1::Util::StringHelper metacpan
KinoSearch1::Util::ToStringUtils metacpan
KinoSearch1::Util::ToolSet metacpan
KinoSearch1::Util::VerifyArgs metacpan

Other Files

Build.PL metacpan
Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan