https://bugs.koozali.org/show_bug.cgi?id=11914

            Bug ID: 11914
           Summary: www archive interface kinosearch not working
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-ezmlm
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

while it is properly indexed, any research return an empty page either using a
poster name or content of a subject.

need to investigate

would it be better with another search engine ?

tried this and got same reslt  : undef to the number of results

use KinoSearch1::Analysis::PolyAnalyzer;
use KinoSearch1::Searcher;
use Data::Dumper;

my $analyzer = KinoSearch1::Analysis::PolyAnalyzer->new(
    language => 'en',
);

my $searcher = KinoSearch1::Searcher->new(
    invindex => "/opt/mailinglist/search/indexes/ireland",
    analyzer => $analyzer,
);
my $hits = $searcher->search( query => 'photos du mariage' );

print  Dumper($hits);

see https://metacpan.org/pod/KinoSearch1::Search::Hits

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to