>Can we move Search::Engine::Solr into Koha:: namespace and create a
>Zebra version that implements the same API? (havent read the code yet,
>sorry).

Have a loot at Bug 8233 (http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8233) and the wiki page : http://wiki.koha-community.org/wiki/SearchEngine_Layer_RFC

Work in progress ;-)

2012/7/26 Tomas Cohen Arazi <tomascohen@gmail.com>
Can we move Search::Engine::Solr into Koha:: namespace and create a
Zebra version that implements the same API? (havent read the code yet,
sorry). If there was a consensus on the way Koha::Contrib::Tamil does
the indexing, the algorithms could be reused. Once we had this, we
could introduce some more scripts/files or instructions so we have the
indexing daemon ready for production, OOTB.

I think this is the *only* obscure part in the Koha deployment, that
we could have solved a while ago. No matter which approach/API is
chosen.

Regards
To+


On Thu, Jul 26, 2012 at 7:24 AM, Jonathan Druart
<jonathan.druart@biblibre.com> wrote:
> Zeno,
> To adapt for Zebra, I think you just have to modify the routine
>     sub launch_indexation
>
> Currently, it calls C4::Search::Engine::Solr::IndexRecord( $recordtype,
> $recordids );
>
>
> 2012/7/26 Zeno Tajoli <tajoli@cilea.it>
>>
>> Hi Jonathan,
>>
>> Il 26/07/2012 11:32, Jonathan Druart ha scritto:
>> > Hi all,
>> >
>> > Just for information: We (at BibLibre) have developped an indexer daemon
>> > (named IndexRecordQueue).
>> >> It's available on our git repository (branch dev/solr).
>> >
>> > I can do some doc if someone is interested.
>>
>> this script is only for solr or do you think can be used also for Zebra ?
>>
>> Bye
>> Zeno
>> --
>> Dott. Zeno Tajoli
>> tajoliAT_SPAM_no_prendiATcilea.it
>> fax +39 02 2135520
>> CILEA - Consorzio Interuniversitario
>> http://www.cilea.it/disclaimer
>
>
>