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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 1 13:51:07 CEST 2015


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

--- Comment #101 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
 95 # TODO implement in the future - I don't know the best way of doing this
yet.
 96 # If fork: make sure process group is changed so apache doesn't wait for
us.
 97 
 98 =cut
 99 
100 sub update_index_background {

FWIW: I have developed an "index queue" for Solr. It's inconceivable to index
on the fly one by one in a real world.
Koha just added a recordid in a file and the index queue watches the file and
indexes a batch when needed (x minutes passed or y records in the file).
I can provide you more information if needed.

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


More information about the Koha-bugs mailing list