Hi, Like I mentioned here before (in other posts), I have Koha 3 Beta 2 installed in a (Xen) Virtual Machine, running Linux (openSUSE 10.3), with Apache 2.2.4 and MySQL 5.0.45. I have tried to set up Koha to use UNIMARC, Zebra and PazPar2. I added a few document records to the catalog, but my searches in the "OPAC" (and in the "Intranet") always come back empty, although the records are being inserted in the MySQL Database (at least, they appear in the "biblio" table). I'm thinking that this may be due to having answered "yes" to the "Install the PazPar2 configuration files? [no]" question during Koha installation (at a time when I did NOT have installed PazPar2 from the IndexData web site) . So, I would like to know this: is there a (preferrably clean and easy) way of *disabling* PazPar2 *after* having done the Koha installation? I have searched for "pazpar2" in the "System Preferences" administration page at http://hostname:8080/cgi-bin/koha/admin/systempreferences.pl but it comes back empty. Browsing the koha-conf.xml file I find these two sections that look relevant: __________ <!-- Settings for special biblio server instance for PazPar2. Because PazPar2 only connects to a Z39.50 server using TCP/IP, it cannot use the Unix-domain socket that biblioserver uses. Therefore, a custom server is defined. --> <listen id="mergeserver">tcp:@:11001</listen> <server id="mergeserver" listenref="mergeserver"> <directory>/var/lib/koha/zebradb/biblios</directory> <config>/etc/koha/zebradb/zebra-biblios.cfg</config> <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn> </server> [snip] <pazpar2url>http://localhost:11002/search.pz2</pazpar2url> __________ Any feedback / information would be much appreciated. Thanks in advance! Best wishes, Ricardo Dias Marques lists AT ricmarques DOT net
Hi, On Tue, May 13, 2008 at 2:22 PM, Ricardo Dias Marques <lists@ricmarques.net> wrote:
<!-- Settings for special biblio server instance for PazPar2. Because PazPar2 only connects to a Z39.50 server using TCP/IP, it cannot use the Unix-domain socket that biblioserver uses. Therefore, a custom server is defined. --> <listen id="mergeserver">tcp:@:11001</listen> <server id="mergeserver" listenref="mergeserver"> <directory>/var/lib/koha/zebradb/biblios</directory> <config>/etc/koha/zebradb/zebra-biblios.cfg</config> <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn> </server>
Comment both of these sections out and restart the Zebra daemon. If you haven't installed the pazpar2 daemon from IndexData, great, if not, stop the pazpar2 process.
<pazpar2url>http://localhost:11002/search.pz2</pazpar2url>
This can be left as is. The use of PazPar2 is invoked only if a syspref call OPACGroupResults exists and has a true value - since the underlying feature is experimental, that syspref is not turned on by default. Therefore, I suspect commenting out the pazpar2 stuff in koha-conf.xml will not have any effect. If I'm right about that, other possibilities to check include: * are the records being indexed, either by using rebuild_zebra.pl -a -b -z in a crontab or by running zebraqueue_daemon.pl? * if so, are there any interesting messages in the Zebra daemon log? Regards, Galen -- Galen Charlton Koha Application Developer LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709
Hi Galen, First of all, thank you very much for trying to help. My comments follow inline: On Tue, May 13, 2008, Galen Charlton <galen.charlton@liblime.com> wrote:
<!-- Settings for special biblio server instance for PazPar2. Because PazPar2 only connects to a Z39.50 server using TCP/IP, it cannot use the Unix-domain socket that biblioserver uses. Therefore, a custom server is defined. --> <listen id="mergeserver">tcp:@:11001</listen> <server id="mergeserver" listenref="mergeserver"> <directory>/var/lib/koha/zebradb/biblios</directory> <config>/etc/koha/zebradb/zebra-biblios.cfg</config> <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn> </server>
Comment both of these sections out and restart the Zebra daemon.
OK. I have commented the above lines and restarted the Zebra daemon. I have restarted it by running the following commands: # ps -ef | grep zebrasrv root 22046 22020 0 11:03 pts/2 00:00:00 /usr/bin/zebrasrv -f /etc/koha/koha-conf.xml root 22178 22069 0 11:20 pts/0 00:00:00 grep zebrasrv # kill 22046 # /usr/bin/zebrasrv -f /etc/koha/koha-conf.xml
you haven't installed the pazpar2 daemon from IndexData, great, if not, stop the pazpar2 process.
OK. The pazpar2 process is NOT running as far as I can tell: # ps -ef | grep pazpar2 root 22182 22069 0 11:21 pts/0 00:00:00 grep pazpar2
<pazpar2url>http://localhost:11002/search.pz2</pazpar2url>
This can be left as is.
OK. I left that line alone.
The use of PazPar2 is invoked only if a syspref call OPACGroupResults exists and has a true value - since the underlying feature is experimental, that syspref is not turned on by default. [...]
OK. Thanks for the explanation. I have searched for that OPACGroupResults in the "System Preferences" web page at: http://hostname:8080/cgi-bin/koha/admin/systempreferences.pl ... but I could NOT find it. A search for "results" in that page returns the following preferences: maxItemsInSearchResults numSearchResults OPACItemsResultsDisplay OPACnumSearchResults SearchMyLibraryFirst sortbynonfiling
* are the records being indexed, either by using rebuild_zebra.pl -a -b -z in a crontab or by running zebraqueue_daemon.pl?
I tried both options. It doesn't seem to make any difference.
* if so, are there any interesting messages in the Zebra daemon log?
Since I'm running the Zebra daemon with the command - /usr/bin/zebrasrv -f /etc/koha/koha-conf.xml - and I'm NOT running it in background, the output is coming out directly to the console, in the SSH (Secure Shell) session. Going to the OPAC: http://hostname/cgi-bin/koha/opac-main.pl ... and by leaving selected the default option ("Library Catalog") of the "Search" dropdown list and searching by any string (e.g: Ricardo), I get the following output in the SSH session (Error 114): 11:28:31-14/05 zebrasrv(14) [session] Session - OK 14 unix:/var/run/koha/zebradb/bibliosocket 22202 11:28:31-14/05 zebrasrv(14) [request] Auth idPass kohauser - 11:28:31-14/05 zebrasrv(14) [request] Init OK - ID:81/81 Name:ZOOM-C/YAZ Version:1.133/3.0.6 11:28:31-14/05 zebrasrv(14) [request] Search biblios ERROR 114 1 1+0 RPN @attrset Bib-1 @or @or @or @or @or @attr 1=36 @attr 4=1 @attr 6=3 @attr 9=32 @attr 2=102 Ricardo @attr 1=4 @attr 4=1 @attr 6=3 @attr 9=28 @attr 2=102 Ricardo @attr 1=4 @attr 4=1 @attr 9=26 @attr 2=102 Ricardo @attr 4=6 @attr 5=103 @attr 9=16 @attr 2=102 Ricardo @attr 4=6 @attr 5=1 @attr 9=14 @attr 2=102 "ricardo? " @attr 4=6 @attr 9=14 @attr 2=102 Ricardo 11:28:31-14/05 zebrasrv(14) [session] Connection closed by client If I change the default option from "Library Catalog" to "Author" and search by "Ricardo" (without the quotes), then I do NOT get an Error 114, but no results appear in the web page. The Zebra log says this: 11:33:01-14/05 zebrasrv(17) [session] Session - OK 17 unix:/var/run/koha/zebradb/bibliosocket 22214 11:33:01-14/05 zebrasrv(17) [request] Auth idPass kohauser - 11:33:01-14/05 zebrasrv(17) [request] Init OK - ID:81/81 Name:ZOOM-C/YAZ Version:1.133/3.0.6 11:33:01-14/05 zebrasrv(17) [request] Search biblios OK 2 1 1+0 RPN @attrset Bib-1 @or @or @attr 5=1 @attr 1=1003 @attr 4=1 @attr 6=3 @attr 9=32 @attr 2=102 Ricardo @attr 5=1 @attr 1=1003 @attr 4=1 @attr 9=26 @attr 2=102 Ricardo @attr 5=1 @attr 1=1003 @attr 4=6 @attr 9=26 @attr 2=102 Ricardo 11:33:01-14/05 zebrasrv(17) [warn] Index 'tpubdate' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Modified-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'char-encoding' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'char-encoding' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'char-encoding' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'script-Title' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Country-heading' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Illustration-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Conference-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Festschrift-indicator' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Index-indicator' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Literature-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Biography-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Type-Of-Serial' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Frequency-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Regularity-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Conference-publication-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Title-Page-availability-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Index-availability-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Cumulative-Index-availability-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Video-mt' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Graphics-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Graphics-support' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Graphics-support' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Serials' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Serials' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Printed-music' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Printed-music' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Electronic-ressource' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'lcn' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'lcn' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'popularity' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'popularity' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'item' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [request] Present OK - 1 1+1 11:33:01-14/05 zebrasrv(17) [request] Present OK - 1 2+1 11:33:01-14/05 zebrasrv(17) [session] Connection closed by client If I change the "Search" dropdown list selected option to "Title" and search by Exemplo, I get similar output of searching by Ricardo with the "Author" option selected. This is the content of my biblio database table: mysql> select biblionumber, frameworkcode, author, title, serial from biblio; +--------------+---------------+----------------------------------+-------------------------------------------+--------+ | biblionumber | frameworkcode | author | title | serial | +--------------+---------------+----------------------------------+-------------------------------------------+--------+ | 1 | | NULL | UM MERCADO QUE VIVE UMA TOTAL MUTAÇÃO | 1 | | 2 | | NULL | UM MERCADO QUE VIVE UMA TOTAL MUTAÇÃO | 1 | | 3 | | NULL | As Fronteiras da Gestão | 0 | | 4 | | NULL | exemplo | 0 | | 5 | | Ricardo Experimentação marques | Experimentação de um Título Eléctrico | 0 | | 6 | | Ricardo | Exemplo | 0 | +--------------+---------------+----------------------------------+-------------------------------------------+--------+ 6 rows in set (0.00 sec) Yes, only two titles have an author in this test Koha database. I'm using UNIMARC and I'm inserting these records by going to the "Koha > Cataloging > Add MARC Record" web page at: http://hostname:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode= .. and then by clicking on the "New Record" button, selecting the "Default Framework" and by filling the "Title" information in the "subfield a" ("Title Proper") of the 200 UNIMARC tag ("Title and Statement of Responsability") and the "Author" information in the "subfield f" ("First Statement of Responsibility") of the same 200 tag. Any suggestions / comments? Thanks again! Best wishes, Ricardo Dias Marques lists AT ricmarques DOT net
Have you tried running rebuild-zebra.pl ? Run that, then search for your items. Kyle On Wed, May 14, 2008 at 6:59 AM, Ricardo Dias Marques <lists@ricmarques.net> wrote:
Hi Galen,
First of all, thank you very much for trying to help. My comments follow inline:
On Tue, May 13, 2008, Galen Charlton <galen.charlton@liblime.com> wrote:
<!-- Settings for special biblio server instance for PazPar2. Because PazPar2 only connects to a Z39.50 server using TCP/IP, it cannot use the Unix-domain socket that biblioserver uses. Therefore, a custom server is defined. --> <listen id="mergeserver">tcp:@:11001</listen> <server id="mergeserver" listenref="mergeserver"> <directory>/var/lib/koha/zebradb/biblios</directory> <config>/etc/koha/zebradb/zebra-biblios.cfg</config> <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn> </server>
Comment both of these sections out and restart the Zebra daemon.
OK. I have commented the above lines and restarted the Zebra daemon. I have restarted it by running the following commands:
# ps -ef | grep zebrasrv root 22046 22020 0 11:03 pts/2 00:00:00 /usr/bin/zebrasrv -f /etc/koha/koha-conf.xml root 22178 22069 0 11:20 pts/0 00:00:00 grep zebrasrv
# kill 22046
# /usr/bin/zebrasrv -f /etc/koha/koha-conf.xml
you haven't installed the pazpar2 daemon from IndexData, great, if not, stop the pazpar2 process.
OK. The pazpar2 process is NOT running as far as I can tell:
# ps -ef | grep pazpar2 root 22182 22069 0 11:21 pts/0 00:00:00 grep pazpar2
<pazpar2url>http://localhost:11002/search.pz2</pazpar2url>
This can be left as is.
OK. I left that line alone.
The use of PazPar2 is invoked only if a syspref call OPACGroupResults exists and has a true value - since the underlying feature is experimental, that syspref is not turned on by default. [...]
OK. Thanks for the explanation. I have searched for that OPACGroupResults in the "System Preferences" web page at:
http://hostname:8080/cgi-bin/koha/admin/systempreferences.pl
... but I could NOT find it.
A search for "results" in that page returns the following preferences:
maxItemsInSearchResults numSearchResults OPACItemsResultsDisplay OPACnumSearchResults SearchMyLibraryFirst sortbynonfiling
* are the records being indexed, either by using rebuild_zebra.pl -a -b -z in a crontab or by running zebraqueue_daemon.pl?
I tried both options. It doesn't seem to make any difference.
* if so, are there any interesting messages in the Zebra daemon log?
Since I'm running the Zebra daemon with the command - /usr/bin/zebrasrv -f /etc/koha/koha-conf.xml - and I'm NOT running it in background, the output is coming out directly to the console, in the SSH (Secure Shell) session.
Going to the OPAC:
http://hostname/cgi-bin/koha/opac-main.pl
... and by leaving selected the default option ("Library Catalog") of the "Search" dropdown list and searching by any string (e.g: Ricardo), I get the following output in the SSH session (Error 114):
11:28:31-14/05 zebrasrv(14) [session] Session - OK 14 unix:/var/run/koha/zebradb/bibliosocket 22202 11:28:31-14/05 zebrasrv(14) [request] Auth idPass kohauser - 11:28:31-14/05 zebrasrv(14) [request] Init OK - ID:81/81 Name:ZOOM-C/YAZ Version:1.133/3.0.6 11:28:31-14/05 zebrasrv(14) [request] Search biblios ERROR 114 1 1+0 RPN @attrset Bib-1 @or @or @or @or @or @attr 1=36 @attr 4=1 @attr 6=3 @attr 9=32 @attr 2=102 Ricardo @attr 1=4 @attr 4=1 @attr 6=3 @attr 9=28 @attr 2=102 Ricardo @attr 1=4 @attr 4=1 @attr 9=26 @attr 2=102 Ricardo @attr 4=6 @attr 5=103 @attr 9=16 @attr 2=102 Ricardo @attr 4=6 @attr 5=1 @attr 9=14 @attr 2=102 "ricardo? " @attr 4=6 @attr 9=14 @attr 2=102 Ricardo 11:28:31-14/05 zebrasrv(14) [session] Connection closed by client
If I change the default option from "Library Catalog" to "Author" and search by "Ricardo" (without the quotes), then I do NOT get an Error 114, but no results appear in the web page.
The Zebra log says this:
11:33:01-14/05 zebrasrv(17) [session] Session - OK 17 unix:/var/run/koha/zebradb/bibliosocket 22214 11:33:01-14/05 zebrasrv(17) [request] Auth idPass kohauser - 11:33:01-14/05 zebrasrv(17) [request] Init OK - ID:81/81 Name:ZOOM-C/YAZ Version:1.133/3.0.6 11:33:01-14/05 zebrasrv(17) [request] Search biblios OK 2 1 1+0 RPN @attrset Bib-1 @or @or @attr 5=1 @attr 1=1003 @attr 4=1 @attr 6=3 @attr 9=32 @attr 2=102 Ricardo @attr 5=1 @attr 1=1003 @attr 4=1 @attr 9=26 @attr 2=102 Ricardo @attr 5=1 @attr 1=1003 @attr 4=6 @attr 9=26 @attr 2=102 Ricardo 11:33:01-14/05 zebrasrv(17) [warn] Index 'tpubdate' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Modified-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'char-encoding' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'char-encoding' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'char-encoding' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'script-Title' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Country-heading' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Illustration-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Conference-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Festschrift-indicator' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Index-indicator' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Literature-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Biography-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Type-Of-Serial' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Frequency-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Regularity-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Conference-publication-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Title-Page-availability-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Index-availability-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Cumulative-Index-availability-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Video-mt' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Graphics-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Graphics-support' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Graphics-support' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Serials' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Serials' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Printed-music' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Printed-music' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Electronic-ressource' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'lcn' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'lcn' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'popularity' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'popularity' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'item' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [request] Present OK - 1 1+1 11:33:01-14/05 zebrasrv(17) [request] Present OK - 1 2+1 11:33:01-14/05 zebrasrv(17) [session] Connection closed by client
If I change the "Search" dropdown list selected option to "Title" and search by Exemplo, I get similar output of searching by Ricardo with the "Author" option selected.
This is the content of my biblio database table:
mysql> select biblionumber, frameworkcode, author, title, serial from biblio; +--------------+---------------+----------------------------------+-------------------------------------------+--------+ | biblionumber | frameworkcode | author | title | serial | +--------------+---------------+----------------------------------+-------------------------------------------+--------+ | 1 | | NULL | UM MERCADO QUE VIVE UMA TOTAL MUTAÇÃO | 1 | | 2 | | NULL | UM MERCADO QUE VIVE UMA TOTAL MUTAÇÃO | 1 | | 3 | | NULL | As Fronteiras da Gestão | 0 | | 4 | | NULL | exemplo | 0 | | 5 | | Ricardo Experimentação marques | Experimentação de um Título Eléctrico | 0 | | 6 | | Ricardo | Exemplo | 0 | +--------------+---------------+----------------------------------+-------------------------------------------+--------+ 6 rows in set (0.00 sec)
Yes, only two titles have an author in this test Koha database. I'm using UNIMARC and I'm inserting these records by going to the "Koha > Cataloging > Add MARC Record" web page at: http://hostname:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
.. and then by clicking on the "New Record" button, selecting the "Default Framework" and by filling the "Title" information in the "subfield a" ("Title Proper") of the 200 UNIMARC tag ("Title and Statement of Responsability") and the "Author" information in the "subfield f" ("First Statement of Responsibility") of the same 200 tag.
Any suggestions / comments?
Thanks again!
Best wishes, Ricardo Dias Marques lists AT ricmarques DOT net _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
-- http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org )
By bad, the file is rebuild_zebra.pl with an underscore, not a dash. Kyle On Wed, May 14, 2008 at 12:26 PM, Kyle Hall <kyle.m.hall@gmail.com> wrote:
Have you tried running rebuild-zebra.pl ? Run that, then search for your items.
Kyle
On Wed, May 14, 2008 at 6:59 AM, Ricardo Dias Marques <lists@ricmarques.net> wrote:
Hi Galen,
First of all, thank you very much for trying to help. My comments follow inline:
On Tue, May 13, 2008, Galen Charlton <galen.charlton@liblime.com> wrote:
<!-- Settings for special biblio server instance for PazPar2. Because PazPar2 only connects to a Z39.50 server using TCP/IP, it cannot use the Unix-domain socket that biblioserver uses. Therefore, a custom server is defined. --> <listen id="mergeserver">tcp:@:11001</listen> <server id="mergeserver" listenref="mergeserver"> <directory>/var/lib/koha/zebradb/biblios</directory> <config>/etc/koha/zebradb/zebra-biblios.cfg</config> <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn> </server>
Comment both of these sections out and restart the Zebra daemon.
OK. I have commented the above lines and restarted the Zebra daemon. I have restarted it by running the following commands:
# ps -ef | grep zebrasrv root 22046 22020 0 11:03 pts/2 00:00:00 /usr/bin/zebrasrv -f /etc/koha/koha-conf.xml root 22178 22069 0 11:20 pts/0 00:00:00 grep zebrasrv
# kill 22046
# /usr/bin/zebrasrv -f /etc/koha/koha-conf.xml
you haven't installed the pazpar2 daemon from IndexData, great, if not, stop the pazpar2 process.
OK. The pazpar2 process is NOT running as far as I can tell:
# ps -ef | grep pazpar2 root 22182 22069 0 11:21 pts/0 00:00:00 grep pazpar2
<pazpar2url>http://localhost:11002/search.pz2</pazpar2url>
This can be left as is.
OK. I left that line alone.
The use of PazPar2 is invoked only if a syspref call OPACGroupResults exists and has a true value - since the underlying feature is experimental, that syspref is not turned on by default. [...]
OK. Thanks for the explanation. I have searched for that OPACGroupResults in the "System Preferences" web page at:
http://hostname:8080/cgi-bin/koha/admin/systempreferences.pl
... but I could NOT find it.
A search for "results" in that page returns the following preferences:
maxItemsInSearchResults numSearchResults OPACItemsResultsDisplay OPACnumSearchResults SearchMyLibraryFirst sortbynonfiling
* are the records being indexed, either by using rebuild_zebra.pl -a -b -z in a crontab or by running zebraqueue_daemon.pl?
I tried both options. It doesn't seem to make any difference.
* if so, are there any interesting messages in the Zebra daemon log?
Since I'm running the Zebra daemon with the command - /usr/bin/zebrasrv -f /etc/koha/koha-conf.xml - and I'm NOT running it in background, the output is coming out directly to the console, in the SSH (Secure Shell) session.
Going to the OPAC:
http://hostname/cgi-bin/koha/opac-main.pl
... and by leaving selected the default option ("Library Catalog") of the "Search" dropdown list and searching by any string (e.g: Ricardo), I get the following output in the SSH session (Error 114):
11:28:31-14/05 zebrasrv(14) [session] Session - OK 14 unix:/var/run/koha/zebradb/bibliosocket 22202 11:28:31-14/05 zebrasrv(14) [request] Auth idPass kohauser - 11:28:31-14/05 zebrasrv(14) [request] Init OK - ID:81/81 Name:ZOOM-C/YAZ Version:1.133/3.0.6 11:28:31-14/05 zebrasrv(14) [request] Search biblios ERROR 114 1 1+0 RPN @attrset Bib-1 @or @or @or @or @or @attr 1=36 @attr 4=1 @attr 6=3 @attr 9=32 @attr 2=102 Ricardo @attr 1=4 @attr 4=1 @attr 6=3 @attr 9=28 @attr 2=102 Ricardo @attr 1=4 @attr 4=1 @attr 9=26 @attr 2=102 Ricardo @attr 4=6 @attr 5=103 @attr 9=16 @attr 2=102 Ricardo @attr 4=6 @attr 5=1 @attr 9=14 @attr 2=102 "ricardo? " @attr 4=6 @attr 9=14 @attr 2=102 Ricardo 11:28:31-14/05 zebrasrv(14) [session] Connection closed by client
If I change the default option from "Library Catalog" to "Author" and search by "Ricardo" (without the quotes), then I do NOT get an Error 114, but no results appear in the web page.
The Zebra log says this:
11:33:01-14/05 zebrasrv(17) [session] Session - OK 17 unix:/var/run/koha/zebradb/bibliosocket 22214 11:33:01-14/05 zebrasrv(17) [request] Auth idPass kohauser - 11:33:01-14/05 zebrasrv(17) [request] Init OK - ID:81/81 Name:ZOOM-C/YAZ Version:1.133/3.0.6 11:33:01-14/05 zebrasrv(17) [request] Search biblios OK 2 1 1+0 RPN @attrset Bib-1 @or @or @attr 5=1 @attr 1=1003 @attr 4=1 @attr 6=3 @attr 9=32 @attr 2=102 Ricardo @attr 5=1 @attr 1=1003 @attr 4=1 @attr 9=26 @attr 2=102 Ricardo @attr 5=1 @attr 1=1003 @attr 4=6 @attr 9=26 @attr 2=102 Ricardo 11:33:01-14/05 zebrasrv(17) [warn] Index 'tpubdate' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Modified-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'char-encoding' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'char-encoding' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'char-encoding' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'script-Title' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Country-heading' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Illustration-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Conference-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Festschrift-indicator' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Index-indicator' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Literature-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Biography-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Type-Of-Serial' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Frequency-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Regularity-code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Content-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Conference-publication-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Title-Page-availability-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Index-availability-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Cumulative-Index-availability-Code' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Video-mt' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Graphics-type' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Graphics-support' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Graphics-support' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Serials' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Serials' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Printed-music' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Printed-music' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'Electronic-ressource' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'lcn' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'lcn' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'popularity' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'popularity' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [warn] Index 'item' not found in attset(s) 11:33:01-14/05 zebrasrv(17) [request] Present OK - 1 1+1 11:33:01-14/05 zebrasrv(17) [request] Present OK - 1 2+1 11:33:01-14/05 zebrasrv(17) [session] Connection closed by client
If I change the "Search" dropdown list selected option to "Title" and search by Exemplo, I get similar output of searching by Ricardo with the "Author" option selected.
This is the content of my biblio database table:
mysql> select biblionumber, frameworkcode, author, title, serial from biblio; +--------------+---------------+----------------------------------+-------------------------------------------+--------+ | biblionumber | frameworkcode | author | title | serial | +--------------+---------------+----------------------------------+-------------------------------------------+--------+ | 1 | | NULL | UM MERCADO QUE VIVE UMA TOTAL MUTAÇÃO | 1 | | 2 | | NULL | UM MERCADO QUE VIVE UMA TOTAL MUTAÇÃO | 1 | | 3 | | NULL | As Fronteiras da Gestão | 0 | | 4 | | NULL | exemplo | 0 | | 5 | | Ricardo Experimentação marques | Experimentação de um Título Eléctrico | 0 | | 6 | | Ricardo | Exemplo | 0 | +--------------+---------------+----------------------------------+-------------------------------------------+--------+ 6 rows in set (0.00 sec)
Yes, only two titles have an author in this test Koha database. I'm using UNIMARC and I'm inserting these records by going to the "Koha > Cataloging > Add MARC Record" web page at: http://hostname:8080/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=
.. and then by clicking on the "New Record" button, selecting the "Default Framework" and by filling the "Title" information in the "subfield a" ("Title Proper") of the 200 UNIMARC tag ("Title and Statement of Responsability") and the "Author" information in the "subfield f" ("First Statement of Responsibility") of the same 200 tag.
Any suggestions / comments?
Thanks again!
Best wishes, Ricardo Dias Marques lists AT ricmarques DOT net _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
-- http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org )
-- http://www.kylehall.info Information Technology Crawford County Federated Library System ( http://www.ccfls.org )
Hi Kyle, On Wed, May 14, 2008 at 5:27 PM, Kyle Hall <kyle.m.hall@gmail.com> wrote:
Have you tried running rebuild-zebra.pl ? Run that, then search for your items. My bad, the file is rebuild_zebra.pl with an underscore, not a dash.
Thanks for your help. Yes, I have run rebuild_zebra.pl. Here's the command and output: # /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a Zebra configuration information ================================ Zebra biblio directory = /var/lib/koha/zebradb/biblios Zebra authorities directory = /var/lib/koha/zebradb/authorities Koha directory = /usr/share/koha/intranet/cgi-bin BIBLIONUMBER in : 999$9 BIBLIOITEMNUMBER in : 999$a ================================ ==================== exporting authority ==================== Records exported: 0 ==================== REINDEXING zebra ==================== ==================== exporting biblio ==================== 1...... Records exported: 7 ==================== REINDEXING zebra ==================== 18:01:28-14/05 zebraidx(22552) [log] zebra_start 2.0.14 /etc/koha/zebradb/zebra-biblios.cfg 18:01:28-14/05 zebraidx(22552) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-xml.so 18:01:28-14/05 zebraidx(22552) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-dom.so 18:01:28-14/05 zebraidx(22552) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-text.so 18:01:28-14/05 zebraidx(22552) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-alvis.so 18:01:28-14/05 zebraidx(22552) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-marc.so 18:01:28-14/05 zebraidx(22552) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-regx.so 18:01:28-14/05 zebraidx(22552) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-safari.so 18:01:28-14/05 zebraidx(22552) [log] enabling shadow spec=/var/lib/koha/zebradb/biblios/shadow:4G 18:01:28-14/05 zebraidx(22552) [log] cache_fname = /var/lib/koha/zebradb/biblios/shadow/cache 18:01:28-14/05 zebraidx(22552) [log] dir /tmp/OVqdH4x4lT/biblio 18:01:28-14/05 zebraidx(22552) [warn] Index 'tpubdate' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Modified-code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'char-encoding' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'char-encoding' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'char-encoding' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'script-Title' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Country-heading' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Illustration-code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Content-type' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Content-type' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Content-type' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Content-type' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Conference-code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Festschrift-indicator' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Index-indicator' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Literature-Code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Biography-Code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Type-Of-Serial' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Frequency-code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Regularity-code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Content-type' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Content-type' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Conference-publication-Code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Title-Page-availability-Code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Index-availability-Code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Cumulative-Index-availability-Code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Video-mt' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Graphics-type' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Graphics-support' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Graphics-support' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Serials' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Serials' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Printed-music' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Printed-music' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Electronic-ressource' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'lcn' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'lcn' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'popularity' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'popularity' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'item' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Record didn't contain match fields in (bib1,Local-number) 18:01:28-14/05 zebraidx(22552) [log] error grs.marcxml.record /tmp/OVqdH4x4lT/biblio/exported_records 0 18:01:28-14/05 zebraidx(22552) [log] Iterations: isam/dict 2/2 18:01:28-14/05 zebraidx(22552) [log] Dict: inserts/updates/deletions: 1/0/1 18:01:28-14/05 zebraidx(22552) [log] Records: 0 i/u/d 0/0/0 18:01:28-14/05 zebraidx(22552) [log] zebra_stop: 0.48 0.01 0.00 18:01:28-14/05 zebraidx(22554) [log] zebra_start 2.0.14 /etc/koha/zebradb/zebra-biblios.cfg 18:01:28-14/05 zebraidx(22554) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-xml.so 18:01:28-14/05 zebraidx(22554) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-dom.so 18:01:28-14/05 zebraidx(22554) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-text.so 18:01:28-14/05 zebraidx(22554) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-alvis.so 18:01:28-14/05 zebraidx(22554) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-marc.so 18:01:28-14/05 zebraidx(22554) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-grs-regx.so 18:01:28-14/05 zebraidx(22554) [log] Loaded filter module /usr/lib/idzebra-2.0/modules/mod-safari.so 18:01:28-14/05 zebraidx(22554) [log] enabling shadow spec=/var/lib/koha/zebradb/biblios/shadow:4G 18:01:28-14/05 zebraidx(22554) [log] cache_fname = /var/lib/koha/zebradb/biblios/shadow/cache 18:01:28-14/05 zebraidx(22554) [log] zebra_stop: 0.32 0.01 0.00 ==================== CLEANING ==================== Searching for the records after doing this still returns no results. :( Best wishes, Ricardo Dias Marques lists AT ricmarques DOT net
18:01:28-14/05 zebraidx(22552) [warn] Index 'tpubdate' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'Modified-code' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'char-encoding' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'char-encoding' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'char-encoding' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'script-Title' not found
Etc. There is something wrong in your Zebra configuration (obviously). Check koha-conf.xml. A correct record.abs must be targeted.
18:01:28-14/05 zebraidx(22552) [log] Records: 0 i/u/d 0/0/0
Which means 0 insert, 0 update, 0 delete, and so you have nothing to search in your Zebra indexes. -- Frédéric Demans
Hi Frederic, Many thanks for your useful feedback! My comments and questions follow inline: On Wed, May 14, 2008 at 6:32 PM, Frederic Demians <frederic@tamil.fr> wrote:
18:01:28-14/05 zebraidx(22552) [warn] Index 'char-encoding' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'char-encoding' not found in attset(s) 18:01:28-14/05 zebraidx(22552) [warn] Index 'script-Title' not found
Etc. There is something wrong in your Zebra configuration (obviously). Check koha-conf.xml. A correct record.abs must be targeted.
Thanks for the tip. I have searched for the string "record.abs" (without the quotes) in the /etc/koha/koha-conf.xml There's no occurrence of it. What I do have regarding Zebra is this: __________ <!-- BIBLIOGRAPHIC RECORDS --> <server id="biblioserver" listenref="biblioserver"> <directory>/var/lib/koha/zebradb/biblios</directory> <config>/etc/koha/zebradb/zebra-biblios.cfg</config> <cql2rpn>/etc/koha/zebradb/pqf.properties</cql2rpn> __________ Should the "record.abs" string appear in the koha-conf.xml file? In what directive should record.abs appear? The /etc/koha/zebradb/zebra-biblios.cfg file only mentions record.abs in a comment: __________ # Koha uses grs.xml internally when updating a single record, no idea # why it knows to use record.abs recordType:grs.xml __________ This reminds me of two other pieces of information that may be relevant: 1 - The Zebra that I have installed is the one that is available with openSUSE 10.3, which is Zebra 2.0.14: # rpm -qa | grep zebra idzebra-2.0.14-33 idzebra-devel-2.0.14-33 2 - During the Koha installation, I have said that I wanted to use the DOM XML filter as an indexing mode for MARC authorities records (instead of using the default option of the GRS-1 filter): __________ Koha can use one of two different indexing modes for the MARC authorities records: grs1 - uses the Zebra GRS-1 filter, available for legacy support dom - uses the DOM XML filter; offers improved functionality. Authorities indexing mode (dom, grs1) [grs1] dom __________ I have found the following page regarding a patch sent by Paul Poulain, on 14-Apr-2008, that seems to apply to the record.abs file for UNIMARC (and I am using UNIMARC): [Koha-patches] [PATCH] removing some spaces in record.abs, that make the file invalid for Zebra http://lists.koha.org/pipermail/koha-patches/2008-April/000130.html __________ From: Paul POULAIN <paul.poulain at biblibre.com> --- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) __________ Considering that this patch was submitted *after* the release date of Koha 3 Beta 2 (which has "launched" on 5-Apr-2008), I'm thinking that I may be being affected by the bug corrected by this patch. Am I right?
18:01:28-14/05 zebraidx(22552) [log] Records: 0 i/u/d 0/0/0
Which means 0 insert, 0 update, 0 delete, and so you have nothing to search in your Zebra indexes.
OK. I must admit that I did NOT know that. Thank you also for that information! Best wishes, Ricardo Dias Marques lists AT ricmarques DOT net
Hi all, Here I am, following-up to myself: On Wed, May 14, 2008, Ricardo Dias Marques <lists@ricmarques.net> wrote: [snip]
I have found the following page regarding a patch sent by Paul Poulain, on 14-Apr-2008, that seems to apply to the record.abs file for UNIMARC (and I am using UNIMARC):
[Koha-patches] [PATCH] removing some spaces in record.abs, that make the file invalid for Zebra http://lists.koha.org/pipermail/koha-patches/2008-April/000130.html
__________
From: Paul POULAIN <paul.poulain at biblibre.com>
--- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
__________
Considering that this patch was submitted *after* the release date of Koha 3 Beta 2 (which has "launched" on 5-Apr-2008), I'm thinking that I may be being affected by the bug corrected by this patch. Am I right?
It seems that I was indeed right: I updated my Koha 3 Beta 2 version with the one available in git, through the HTTP mirror owned by Chris Cormack - http://repo.or.cz/w/koha.git (Thanks Chris!) After getting the files, running perl Makefile.PL -> make test (installing additional dependencies) -> make install ... and running the Web Installer to update the database, I was now able to search the catalog. Yay! :) Best wishes, Ricardo Dias Marques lists AT ricmarques DOT net
participants (4)
-
Frederic Demians -
Galen Charlton -
Kyle Hall -
Ricardo Dias Marques