[Koha-bugs] [Bug 12478] Elasticsearch support for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 10 14:06:09 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

--- Comment #53 from Peter Zhao <peterzhaonj at 163.com> ---
(In reply to Peter Zhao from comment #52)
> (In reply to Robin Sheat from comment #51)
> > How long did you let it sit on 'Committing', the first one can take some
> > time (in the order of 10 seconds or so perhaps.)
> > 
> > Otherwise, it's hard to see what's going on without real information but it
> > does look like things aren't indexing well.
> > 
> > In Koha/ElasticSearch/Indexer.pm there are a couple of commented out
> > 'trace_calls' entries. If you make that active, you may get more information
> > about what's going on.
> > 
> > Otherwise perhaps trace through it using the Perl debugger and see where it
> > stops.
> 
> ~$ perl -d /home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl
> 
> Loading DB routines from perl5db.pl version 1.33
> Editor support available.
> 
> Enter h or `h h' for help, or `man perldebug' for more help.
> 
> main::(/home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl:92):
> 92:	my $verbose = 0;
>   DB<1>

The problem is fixed by "cpan Task::Catmandu".
Index works well.

~$  /home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl -v -d
Indexing biblios
1
Committing...
1 records indexed.
Indexing authorities
0 records indexed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list