logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

OpenGuides::Search::Lucy - Run Lucy-backed text searches for OpenGuides.

Author

       The OpenGuides Project (openguides-dev@lists.openguides.org)

Description

       Does search stuff for OpenGuides.  Distributed and installed as part of the OpenGuides project, not
       intended for independent installation.  This documentation is probably only useful to OpenGuides
       developers.

Methods

new
             my $config = OpenGuides::Config->new( file => "wiki.conf" );
             my $search = OpenGuides::Search::Lucy->new( config => $config );

       run_text_search
             my $config = OpenGuides::Config->new( file => "wiki.conf" );
             my $search = OpenGuides::Search::Lucy->new( config => $config );
             $search->run_text_search( search_string => "wombat defenestration" );

Name

       OpenGuides::Search::Lucy - Run Lucy-backed text searches for OpenGuides.

See Also

       OpenGuides

perl v5.40.0                                       2025-01-02                      OpenGuides::Search::Lucy(3pm)

Synopsis

         use OpenGuides::Config;
         use OpenGuides::Search::Lucy;

         my $config = OpenGuides::Config->new( file => "wiki.conf" );
         my $search = OpenGuides::Search::Lucy->new( config => $config );
         $search->run_text_search( search_string => "wombat defenestration" );

See Also