https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21872

Ere Maijala <ere.maij...@helsinki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion

--- Comment #13 from Ere Maijala <ere.maij...@helsinki.fi> ---
David, is there a compelling reason to do it with a predefined record range? I
find it a bit complicated, and it doesn't currently work the same way for
authorities. 

I've just attached an implementation along the lines I described earlier. It
can be used e.g. like this:

echo -n "1,2,3" | xargs -d "," -I{} -P 3 perl
misc/search_tools/rebuild_elastic_search.pl -v -b --slice={},3

This allows one to index the records in parallel without prior knowledge of the
available record id's and is fairly simple in implementation.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to