Hi! Im using koha 3.12 e im trying to use solr instead of zebra as search engine. Everything seems fine except that solr is not indexing the records correctly. Each record looks like this: <doc> <str name="id">biblio_1</str> <str name="recordid">1</str> <str name="recordtype">biblio</str> <str name="srt_ste_title"/> <str name="srt_str_author"/> </doc> Any ideas?
Viviane, Did you configure mappings ? Regards, Jonathan 2013/10/21 Viviane Ventura <vaventura1@yahoo.com.br>:
Hi!
Im using koha 3.12 e im trying to use solr instead of zebra as search engine. Everything seems fine except that solr is not indexing the records correctly. Each record looks like this:
<doc> <str name="id">biblio_1</str> <str name="recordid">1</str> <str name="recordtype">biblio</str> <str name="srt_ste_title"/> <str name="srt_str_author"/> </doc>
Any ideas? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Oh, thanks. Now the record looks like this: <doc> <str name="id">biblio_1</str> <str name="recordid">1</str> <str name="recordtype">biblio</str> <str name="srt_ste_title">CONJUNTURA ECONÔMICA</str> <str name="srt_str_author"/> <arr name="ste_title"><str>CONJUNTURA ECONÔMICA</str></arr> <arr name="str_title"><str>CONJUNTURA ECONÔMICA</str></arr> </doc> However, when i search for CONJUNTURA, i have: No results found No results match your search for 'kw,wrdl: conjuntura'. Is there another configuration I'm forgetting to set? 2013/10/22 Jonathan Druart <jonathan.druart@biblibre.com>
Viviane,
Did you configure mappings ?
Regards, Jonathan
2013/10/21 Viviane Ventura <vaventura1@yahoo.com.br>:
Hi!
Im using koha 3.12 e im trying to use solr instead of zebra as search engine. Everything seems fine except that solr is not indexing the records correctly. Each record looks like this:
<doc> <str name="id">biblio_1</str> <str name="recordid">1</str> <str name="recordtype">biblio</str> <str name="srt_ste_title"/> <str name="srt_str_author"/> </doc>
Any ideas? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Viviane, Are you conscious of Solr is a not completely implemented in Koha? The current Koha code allows to configure your indexes/mappings and to launch a search on OPAC. The staff interface does not use the Solr search. Note there has been a discussion at the KohaCon about Solr, see the wiki page http://wiki.koha-community.org/wiki/KohaCon13_searchengine_plan Regards, Jonathan 2013/10/22 Viviane Ventura <vaventura1@yahoo.com.br>:
Oh, thanks. Now the record looks like this:
<doc> <str name="id">biblio_1</str> <str name="recordid">1</str> <str name="recordtype">biblio</str> <str name="srt_ste_title">CONJUNTURA ECONÔMICA</str> <str name="srt_str_author"/> <arr name="ste_title"><str>CONJUNTURA ECONÔMICA</str></arr> <arr name="str_title"><str>CONJUNTURA ECONÔMICA</str></arr> </doc>
However, when i search for CONJUNTURA, i have:
No results found
No results match your search for 'kw,wrdl: conjuntura'.
Is there another configuration I'm forgetting to set?
2013/10/22 Jonathan Druart <jonathan.druart@biblibre.com>
Viviane,
Did you configure mappings ?
Regards, Jonathan
2013/10/21 Viviane Ventura <vaventura1@yahoo.com.br>:
Hi!
Im using koha 3.12 e im trying to use solr instead of zebra as search engine. Everything seems fine except that solr is not indexing the records correctly. Each record looks like this:
<doc> <str name="id">biblio_1</str> <str name="recordid">1</str> <str name="recordtype">biblio</str> <str name="srt_ste_title"/> <str name="srt_str_author"/> </doc>
Any ideas? _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Jonathan Druart -
Viviane Ventura