From 620dcbc690d31a346eb6801f1d71a5d4e1c0dd49 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 18 Apr 2006 23:50:33 +0000 Subject: [PATCH] Remove superfluous "-c zebra.cfg" options from zebraidx command-lines. --- zebra/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zebra/README b/zebra/README index 411f04a..19a13db 100644 --- a/zebra/README +++ b/zebra/README @@ -1,4 +1,4 @@ -$Id: README,v 1.1 2006-04-13 14:53:18 mike Exp $ +$Id: README,v 1.2 2006-04-18 23:50:33 mike Exp $ What's what in this directory: @@ -50,9 +50,9 @@ To create the database and start the server: xmllint --noout --schema zeerex-2.0.xsd zeerex.xml # Verify xsltproc zeerex2index.xsl zeerex.xml # Check what indexer will see -zebraidx -c zebra.cfg init # Remove any existing database records -zebraidx -c zebra.cfg update zeerex.xml # Our only record! -zebraidx -c zebra.cfg commit +zebraidx init # Remove any existing database records +zebraidx update zeerex.xml # Our only record! +zebraidx commit zebrasrv -f yazserver.xml Then interrogate the database with SRU URLs such as: -- 1.7.10.4