Re: [Koha] Change search engine in koha 3.16

2014-11-09 Thread David Cook
It's worth mentioning that the problem isn't with Zebra per se, but rather
with how the query is being parsed before being sent to Zebra.

While I've outlined some ideas on how to fix the quotation problem, I
haven't had time/energy/money to fix it.

It's also worth mentioning that quotation marks aren't typically for an
exact match, but rather for a phrase match, which the Advanced Search
form already supports (without a need for quotation marks).

David Cook
Systems Librarian
Prosentient Systems
72/330 Wattle St, Ultimo, NSW 2007

 -Original Message-
 From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of koha-
 requ...@lists.katipo.co.nz
 Sent: Friday, 7 November 2014 10:00 AM
 To: koha@lists.katipo.co.nz
 Subject: Koha Digest, Vol 109, Issue 9
 
 Send Koha mailing list submissions to
   koha@lists.katipo.co.nz
 
 To subscribe or unsubscribe via the World Wide Web, visit
   http://lists.katipo.co.nz/mailman/listinfo/koha
 or, via email, send a message with subject or body 'help' to
   koha-requ...@lists.katipo.co.nz
 
 You can reach the person managing the list at
   koha-ow...@lists.katipo.co.nz
 
 When replying, please edit your Subject line so it is more specific than
Re:
 Contents of Koha digest...
 
 
 Today's Topics:
 
1. Re: Change search engine in koha 3.16 (Katrin Fischer)
   (Chris Cormack)
 
 
 --
 
 Message: 1
 Date: Fri, 7 Nov 2014 08:34:13 +1300
 From: Chris Cormack chr...@catalyst.net.nz
 To: bui phong phongt...@yahoo.com
 Cc: koha@lists.katipo.co.nz koha@lists.katipo.co.nz
 Subject: Re: [Koha] Change search engine in koha 3.16 (Katrin Fischer)
 Message-ID: 20141106193413.gb5...@rorohiko.wgtn.cat-it.co.nz
 Content-Type: text/plain; charset=us-ascii
 
 * bui phong (phongt...@yahoo.com) wrote:
  Hi Katrin,
 
  I did some research about zebra before. This search engine doesn't
support
 Quotation for exact match.
 
 
  Actually, I prefer to change search engine to Solr but as you and
  Jonathan mentioned before, koha doesn't support solr so I will try to
  modify zebra to get better search result.
 
 Hi Phong
 
 You could also take a look at the ElasticSearch work here
 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478
 
 Chris
 
 
 --
 Chris Cormack
 Catalyst IT Ltd.
 +64 4 803 2238
 PO Box 11-053, Manners St, Wellington 6142, New Zealand
 
 
 --
 
 Subject: Digest Footer
 
 ___
 Koha mailing list
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha
 
 
 --
 
 End of Koha Digest, Vol 109, Issue 9
 


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change search engine in koha 3.16 (Katrin Fischer)

2014-11-09 Thread Robin Sheat
bui phong schreef op do 06-11-2014 om 21:03 [-0800]:
 That is very good new. I looked at koha administration and only find
 02 options: Zebra or Solr. I will try to use Elastic search for koha.

It's a very much in progress thing at the moment, you can't just turn
it on yet.

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change search engine in koha 3.16 (Katrin Fischer)

2014-11-06 Thread bui phong
Hi Katrin,

I did some research about zebra before. This search engine doesn't support 
Quotation for exact match. 


Actually, I prefer to change search engine to Solr but as you and Jonathan 
mentioned before, koha doesn't support solr so I will try to modify 
zebra to get better search result.

Thank you for your support.
Phong



 From: koha-requ...@lists.katipo.co.nz koha-requ...@lists.katipo.co.nz
To: koha@lists.katipo.co.nz 
Sent: Thursday, November 6, 2014 12:55 AM
Subject: Koha Digest, Vol 109, Issue 6
 

Send Koha mailing list submissions to
koha@lists.katipo.co.nz

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.katipo.co.nz/mailman/listinfo/koha
or, via email, send a message with subject or body 'help' to
koha-requ...@lists.katipo.co.nz

You can reach the person managing the list at
koha-ow...@lists.katipo.co.nz

When replying, please edit your Subject line so it is more specific
than Re: Contents of Koha digest...


Today's Topics:

   1. Re: Change search engine in koha 3.16 (Bui Tien Phong)
   2. Re: Importing records through Z39.50 (Johnstone Selemani)
   3. Re: Importing records through Z39.50 (Elaine Bradtke)
   4. Re: Change search engine in koha 3.16 (Katrin Fischer)


--

Message: 4
Date: Wed, 05 Nov 2014 18:54:57 +0100
From: Katrin Fischer katrin.fischer...@web.de
To: koha@lists.katipo.co.nz koha@lists.katipo.co.nz
Subject: Re: [Koha] Change search engine in koha 3.16
Message-ID: 545a6471.1000...@web.de
Content-Type: text/plain; charset=windows-1252

Hi Phong,

are you sure Zebra is the source of your search problems? Maybe it's
just a configuration issue. Are you using the ICU indexing method with
Zebra?

Examples on how to activate ICU for Arabic or Polish can be found on the
wiki:
http://wiki.koha-community.org/wiki/Correcting_Search_of_Arabic_records
http://wiki.koha-community.org/wiki/Correcting_Search_of_Polish_records

Katrin

Am 05.11.2014 um 04:16 schrieb Bui Tien Phong:
 Hi Jonathan, Katrin and team,

 Thank you for your information. Do you know reason why we don't use solr 
 instead of zebra for search engine? 

 We want to change search engine because search results for our language are 
 not really correct. 

 Thanks,
 Phong

 On Nov 5, 2014, at 6:00 AM, koha-requ...@lists.katipo.co.nz wrote:

 Send Koha mailing list submissions to
koha@lists.katipo.co.nz

 To subscribe or unsubscribe via the World Wide Web, visit
http://lists.katipo.co.nz/mailman/listinfo/koha
 or, via email, send a message with subject or body 'help' to
koha-requ...@lists.katipo.co.nz

 You can reach the person managing the list at
koha-ow...@lists.katipo.co.nz

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Koha digest...


 Today's Topics:

   1. Re: KohaCon14 is over, welcome to KohaCon15 in Ibadan
  (Nigeria) ! (Olugbenga Adara)
   2. Re: Request to add our company name in list of Koha support
  providers for Asia Pacific and India region. (jatin76)
   3. Change search engine in koha 3.16 (bui phong)
   4. Re: Change search engine in koha 3.16 (Jonathan Druart)
   5. Importing records through Z39.50 (Johnstone Selemani)
   6. Re: Importing records through Z39.50 (Owen Leonard)
   7. Re: Change search engine in koha 3.16 (Bui Tien Phong)
   8. Re: Change search engine in koha 3.16 (Katrin Fischer)


 --

 Message: 1
 Date: Tue, 4 Nov 2014 00:56:55 -0500
 From: Olugbenga Adara gbengaad...@gmail.com
 To: Koha List koha@lists.katipo.co.nz
 Subject: Re: [Koha] KohaCon14 is over, welcome to KohaCon15 in Ibadan
(Nigeria) !
 Message-ID:
CAB9VnGMZgrr4yYD2pLCXw0sKrLLc=ont_wbxyi4-x4d1dd4...@mail.gmail.com
 Content-Type: text/plain; charset=UTF-8

 Hi Fred,

 On Mon, Nov 3, 2014 at 3:37 PM, Fred King kohau...@phred.us wrote:

 Belated congratulations from Washington, DC! Chances are I won't be
 there--the only way I could afford to attend is if I flapped my arms hard
 enough to make it across the Atlantic--but I wish you every success.
 Thanks Fred.

 Olugbenga Adara


 --

 Message: 2
 Date: Tue, 4 Nov 2014 02:10:52 -0800 (PST)
 From: jatin76 ja...@eclateng.com
 To: koha@lists.katipo.co.nz
 Subject: Re: [Koha] Request to add our company name in list of Koha
support providers for Asia Pacific and India region.
 Message-ID: 1415095852187-5817303.p...@n5.nabble.com
 Content-Type: text/plain; charset=us-ascii

 Hello Liz,
 Many thanks for your support. 



 --
 View this message in context: 
 http://koha.1045719.n5.nabble.com/Request-to-add-our-company-name-in-list-of-Koha-support-providers-for-Asia-Pacific-and-India-region-tp5813526p5817303.html
 Sent from the Koha-general mailing list archive at Nabble.com.


 --

 Message: 3
 Date: Tue, 4 Nov 2014 02:40:46 -0800
 From: bui

Re: [Koha] Change search engine in koha 3.16 (Katrin Fischer)

2014-11-06 Thread Chris Cormack
* bui phong (phongt...@yahoo.com) wrote:
 Hi Katrin,
 
 I did some research about zebra before. This search engine doesn't support 
 Quotation for exact match. 
 
 
 Actually, I prefer to change search engine to Solr but as you and Jonathan 
 mentioned before, koha doesn't support solr so I will try to modify 
 zebra to get better search result.

Hi Phong

You could also take a look at the ElasticSearch work here
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

Chris


-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change search engine in koha 3.16 (Katrin Fischer)

2014-11-06 Thread bui phong
Hi Chris,

That is very good new. I looked at koha administration and only find 02 
options: Zebra or Solr. I will try to use Elastic search for koha.

I really appreciate your suggestion.

Phong




 From: Chris Cormack chr...@catalyst.net.nz
To: bui phong phongt...@yahoo.com 
Cc: koha@lists.katipo.co.nz koha@lists.katipo.co.nz 
Sent: Friday, November 7, 2014 2:34 AM
Subject: Re: [Koha] Change search engine in koha 3.16 (Katrin Fischer)
 

* bui phong (phongt...@yahoo.com) wrote:
 Hi Katrin,
 
 I did some research about zebra before. This search engine doesn't support 
 Quotation for exact match. 
 
 
 Actually, I prefer to change search engine to Solr but as you and Jonathan 
 mentioned before, koha doesn't support solr so I will try to modify 
 zebra to get better search result.

Hi Phong

You could also take a look at the ElasticSearch work here
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

Chris


-- 
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change search engine in koha 3.16

2014-11-05 Thread Katrin Fischer
Hi Phong,

are you sure Zebra is the source of your search problems? Maybe it's
just a configuration issue. Are you using the ICU indexing method with
Zebra?

Examples on how to activate ICU for Arabic or Polish can be found on the
wiki:
http://wiki.koha-community.org/wiki/Correcting_Search_of_Arabic_records
http://wiki.koha-community.org/wiki/Correcting_Search_of_Polish_records

Katrin

Am 05.11.2014 um 04:16 schrieb Bui Tien Phong:
 Hi Jonathan, Katrin and team,

 Thank you for your information. Do you know reason why we don't use solr 
 instead of zebra for search engine? 

 We want to change search engine because search results for our language are 
 not really correct. 

 Thanks,
 Phong

 On Nov 5, 2014, at 6:00 AM, koha-requ...@lists.katipo.co.nz wrote:

 Send Koha mailing list submissions to
koha@lists.katipo.co.nz

 To subscribe or unsubscribe via the World Wide Web, visit
http://lists.katipo.co.nz/mailman/listinfo/koha
 or, via email, send a message with subject or body 'help' to
koha-requ...@lists.katipo.co.nz

 You can reach the person managing the list at
koha-ow...@lists.katipo.co.nz

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Koha digest...


 Today's Topics:

   1. Re: KohaCon14 is over, welcome to KohaCon15 in Ibadan
  (Nigeria) ! (Olugbenga Adara)
   2. Re: Request to add our company name in list of Koha support
  providers for Asia Pacific and India region. (jatin76)
   3. Change search engine in koha 3.16 (bui phong)
   4. Re: Change search engine in koha 3.16 (Jonathan Druart)
   5. Importing records through Z39.50 (Johnstone Selemani)
   6. Re: Importing records through Z39.50 (Owen Leonard)
   7. Re: Change search engine in koha 3.16 (Bui Tien Phong)
   8. Re: Change search engine in koha 3.16 (Katrin Fischer)


 --

 Message: 1
 Date: Tue, 4 Nov 2014 00:56:55 -0500
 From: Olugbenga Adara gbengaad...@gmail.com
 To: Koha List koha@lists.katipo.co.nz
 Subject: Re: [Koha] KohaCon14 is over, welcome to KohaCon15 in Ibadan
(Nigeria) !
 Message-ID:
CAB9VnGMZgrr4yYD2pLCXw0sKrLLc=ont_wbxyi4-x4d1dd4...@mail.gmail.com
 Content-Type: text/plain; charset=UTF-8

 Hi Fred,

 On Mon, Nov 3, 2014 at 3:37 PM, Fred King kohau...@phred.us wrote:

 Belated congratulations from Washington, DC! Chances are I won't be
 there--the only way I could afford to attend is if I flapped my arms hard
 enough to make it across the Atlantic--but I wish you every success.
 Thanks Fred.

 Olugbenga Adara


 --

 Message: 2
 Date: Tue, 4 Nov 2014 02:10:52 -0800 (PST)
 From: jatin76 ja...@eclateng.com
 To: koha@lists.katipo.co.nz
 Subject: Re: [Koha] Request to add our company name in list of Koha
support providers for Asia Pacific and India region.
 Message-ID: 1415095852187-5817303.p...@n5.nabble.com
 Content-Type: text/plain; charset=us-ascii

 Hello Liz,
 Many thanks for your support. 



 --
 View this message in context: 
 http://koha.1045719.n5.nabble.com/Request-to-add-our-company-name-in-list-of-Koha-support-providers-for-Asia-Pacific-and-India-region-tp5813526p5817303.html
 Sent from the Koha-general mailing list archive at Nabble.com.


 --

 Message: 3
 Date: Tue, 4 Nov 2014 02:40:46 -0800
 From: bui phong phongt...@yahoo.com
 To: koha@lists.katipo.co.nz koha@lists.katipo.co.nz
 Subject: [Koha] Change search engine in koha 3.16
 Message-ID:
1415097646.71834.yahoomail...@web122005.mail.ne1.yahoo.com
 Content-Type: text/plain; charset=us-ascii

 Dear team,

 I'm trying to change search engine from zebra to solr for koha 3.16. I 
 followed instruction from this:

 http://wiki.koha-community.org/wiki/Solr_deployment

 but the solrconfig.xml doesn't work. I faced this error:

 org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
 Could not load conf for core koha: Error loading solr config from 
 /solr/solrconf/multicore/koha/conf/solrconfig.xml 


 I also tried to install solr separately, add new core to solr by using the 
 solrconfig.xml above but this problem still happened. 


 I'm using koha 3.16.02 and solr version 4.10.2.

 Could you guide me how to change search engine and could you share the 
 solrconfig.xml file for solr4.10.2.

 I really appreciate your help


 Thanks,
 Phong


 --

 Message: 4
 Date: Tue, 4 Nov 2014 13:31:14 +0100
 From: Jonathan Druart jonathan.dru...@biblibre.com
 To: bui phong phongt...@yahoo.com
 Cc: koha@lists.katipo.co.nz koha@lists.katipo.co.nz
 Subject: Re: [Koha] Change search engine in koha 3.16
 Message-ID:
cajzkny42hephmapecpmv8nzlyc1rjk5ksgyf0kqp22ndhww...@mail.gmail.com
 Content-Type: text/plain; charset=UTF-8

 Koha does not work with something else than Zebra.
 The Solr implementation has been removed from the Koha code.

 2014-11-04 11:40 GMT+01:00 bui phong phongt...@yahoo.com:
 Dear team,

 I'm trying

[Koha] Change search engine in koha 3.16

2014-11-04 Thread bui phong
Dear team,

I'm trying to change search engine from zebra to solr for koha 3.16. I followed 
instruction from this:

http://wiki.koha-community.org/wiki/Solr_deployment

but the solrconfig.xml doesn't work. I faced this error:

org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
Could not load conf for core koha: Error loading solr config from 
/solr/solrconf/multicore/koha/conf/solrconfig.xml 


I also tried to install solr separately, add new core to solr by using the 
solrconfig.xml above but this problem still happened. 


I'm using koha 3.16.02 and solr version 4.10.2.

Could you guide me how to change search engine and could you share the 
solrconfig.xml file for solr4.10.2.

I really appreciate your help


Thanks,
Phong
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change search engine in koha 3.16

2014-11-04 Thread Jonathan Druart
Koha does not work with something else than Zebra.
The Solr implementation has been removed from the Koha code.

2014-11-04 11:40 GMT+01:00 bui phong phongt...@yahoo.com:
 Dear team,

 I'm trying to change search engine from zebra to solr for koha 3.16. I 
 followed instruction from this:

 http://wiki.koha-community.org/wiki/Solr_deployment

 but the solrconfig.xml doesn't work. I faced this error:

 org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
 Could not load conf for core koha: Error loading solr config from
 /solr/solrconf/multicore/koha/conf/solrconfig.xml


 I also tried to install solr separately, add new core to solr by using the 
 solrconfig.xml above but this problem still happened.


 I'm using koha 3.16.02 and solr version 4.10.2.

 Could you guide me how to change search engine and could you share the 
 solrconfig.xml file for solr4.10.2.

 I really appreciate your help


 Thanks,
 Phong
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change search engine in koha 3.16

2014-11-04 Thread Bui Tien Phong
Hi Jonathan,

I searched in the internet and found that Bywater is using solr for search 
engine:

http://bywatersolutions.com/2011/11/02/kohacon-11-solr-and-koha/

Please correct me if I'm wrong. 

Thanks,
Phong

 On Nov 4, 2014, at 7:31 PM, Jonathan Druart jonathan.dru...@biblibre.com 
 wrote:
 
 Koha does not work with something else than Zebra.
 The Solr implementation has been removed from the Koha code.
 
 2014-11-04 11:40 GMT+01:00 bui phong phongt...@yahoo.com:
 Dear team,
 
 I'm trying to change search engine from zebra to solr for koha 3.16. I 
 followed instruction from this:
 
 http://wiki.koha-community.org/wiki/Solr_deployment
 
 but the solrconfig.xml doesn't work. I faced this error:
 
 org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
 Could not load conf for core koha: Error loading solr config from
 /solr/solrconf/multicore/koha/conf/solrconfig.xml
 
 
 I also tried to install solr separately, add new core to solr by using the 
 solrconfig.xml above but this problem still happened.
 
 
 I'm using koha 3.16.02 and solr version 4.10.2.
 
 Could you guide me how to change search engine and could you share the 
 solrconfig.xml file for solr4.10.2.
 
 I really appreciate your help
 
 
 Thanks,
 Phong
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change search engine in koha 3.16

2014-11-04 Thread Katrin Fischer
Hi Phong,

there was a presntation at KohaCon11 about the Solr work that Bywater
blogged about - but as Jonathan stated the Solr code has since be
removed from Koha and will not be part of 3.18.

It's also not fully functional in earlier version of Koha.

Hope that helps,

Katrin

Am 04.11.2014 um 17:40 schrieb Bui Tien Phong:
 Hi Jonathan,
 
 I searched in the internet and found that Bywater is using solr for search 
 engine:
 
 http://bywatersolutions.com/2011/11/02/kohacon-11-solr-and-koha/
 
 Please correct me if I'm wrong. 
 
 Thanks,
 Phong
 
 On Nov 4, 2014, at 7:31 PM, Jonathan Druart jonathan.dru...@biblibre.com 
 wrote:

 Koha does not work with something else than Zebra.
 The Solr implementation has been removed from the Koha code.

 2014-11-04 11:40 GMT+01:00 bui phong phongt...@yahoo.com:
 Dear team,

 I'm trying to change search engine from zebra to solr for koha 3.16. I 
 followed instruction from this:

 http://wiki.koha-community.org/wiki/Solr_deployment

 but the solrconfig.xml doesn't work. I faced this error:

 org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
 Could not load conf for core koha: Error loading solr config from
 /solr/solrconf/multicore/koha/conf/solrconfig.xml


 I also tried to install solr separately, add new core to solr by using the 
 solrconfig.xml above but this problem still happened.


 I'm using koha 3.16.02 and solr version 4.10.2.

 Could you guide me how to change search engine and could you share the 
 solrconfig.xml file for solr4.10.2.

 I really appreciate your help


 Thanks,
 Phong
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha
 

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Change search engine in koha 3.16

2014-11-04 Thread Bui Tien Phong
Hi Jonathan, Katrin and team,

Thank you for your information. Do you know reason why we don't use solr 
instead of zebra for search engine? 

We want to change search engine because search results for our language are not 
really correct. 

Thanks,
Phong

 On Nov 5, 2014, at 6:00 AM, koha-requ...@lists.katipo.co.nz wrote:
 
 Send Koha mailing list submissions to
koha@lists.katipo.co.nz
 
 To subscribe or unsubscribe via the World Wide Web, visit
http://lists.katipo.co.nz/mailman/listinfo/koha
 or, via email, send a message with subject or body 'help' to
koha-requ...@lists.katipo.co.nz
 
 You can reach the person managing the list at
koha-ow...@lists.katipo.co.nz
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Koha digest...
 
 
 Today's Topics:
 
   1. Re: KohaCon14 is over, welcome to KohaCon15 in Ibadan
  (Nigeria) ! (Olugbenga Adara)
   2. Re: Request to add our company name in list of Koha support
  providers for Asia Pacific and India region. (jatin76)
   3. Change search engine in koha 3.16 (bui phong)
   4. Re: Change search engine in koha 3.16 (Jonathan Druart)
   5. Importing records through Z39.50 (Johnstone Selemani)
   6. Re: Importing records through Z39.50 (Owen Leonard)
   7. Re: Change search engine in koha 3.16 (Bui Tien Phong)
   8. Re: Change search engine in koha 3.16 (Katrin Fischer)
 
 
 --
 
 Message: 1
 Date: Tue, 4 Nov 2014 00:56:55 -0500
 From: Olugbenga Adara gbengaad...@gmail.com
 To: Koha List koha@lists.katipo.co.nz
 Subject: Re: [Koha] KohaCon14 is over, welcome to KohaCon15 in Ibadan
(Nigeria) !
 Message-ID:
CAB9VnGMZgrr4yYD2pLCXw0sKrLLc=ont_wbxyi4-x4d1dd4...@mail.gmail.com
 Content-Type: text/plain; charset=UTF-8
 
 Hi Fred,
 
 On Mon, Nov 3, 2014 at 3:37 PM, Fred King kohau...@phred.us wrote:
 
 Belated congratulations from Washington, DC! Chances are I won't be
 there--the only way I could afford to attend is if I flapped my arms hard
 enough to make it across the Atlantic--but I wish you every success.
 Thanks Fred.
 
 Olugbenga Adara
 
 
 --
 
 Message: 2
 Date: Tue, 4 Nov 2014 02:10:52 -0800 (PST)
 From: jatin76 ja...@eclateng.com
 To: koha@lists.katipo.co.nz
 Subject: Re: [Koha] Request to add our company name in list of Koha
support providers for Asia Pacific and India region.
 Message-ID: 1415095852187-5817303.p...@n5.nabble.com
 Content-Type: text/plain; charset=us-ascii
 
 Hello Liz,
 Many thanks for your support. 
 
 
 
 --
 View this message in context: 
 http://koha.1045719.n5.nabble.com/Request-to-add-our-company-name-in-list-of-Koha-support-providers-for-Asia-Pacific-and-India-region-tp5813526p5817303.html
 Sent from the Koha-general mailing list archive at Nabble.com.
 
 
 --
 
 Message: 3
 Date: Tue, 4 Nov 2014 02:40:46 -0800
 From: bui phong phongt...@yahoo.com
 To: koha@lists.katipo.co.nz koha@lists.katipo.co.nz
 Subject: [Koha] Change search engine in koha 3.16
 Message-ID:
1415097646.71834.yahoomail...@web122005.mail.ne1.yahoo.com
 Content-Type: text/plain; charset=us-ascii
 
 Dear team,
 
 I'm trying to change search engine from zebra to solr for koha 3.16. I 
 followed instruction from this:
 
 http://wiki.koha-community.org/wiki/Solr_deployment
 
 but the solrconfig.xml doesn't work. I faced this error:
 
 org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
 Could not load conf for core koha: Error loading solr config from 
 /solr/solrconf/multicore/koha/conf/solrconfig.xml 
 
 
 I also tried to install solr separately, add new core to solr by using the 
 solrconfig.xml above but this problem still happened. 
 
 
 I'm using koha 3.16.02 and solr version 4.10.2.
 
 Could you guide me how to change search engine and could you share the 
 solrconfig.xml file for solr4.10.2.
 
 I really appreciate your help
 
 
 Thanks,
 Phong
 
 
 --
 
 Message: 4
 Date: Tue, 4 Nov 2014 13:31:14 +0100
 From: Jonathan Druart jonathan.dru...@biblibre.com
 To: bui phong phongt...@yahoo.com
 Cc: koha@lists.katipo.co.nz koha@lists.katipo.co.nz
 Subject: Re: [Koha] Change search engine in koha 3.16
 Message-ID:
cajzkny42hephmapecpmv8nzlyc1rjk5ksgyf0kqp22ndhww...@mail.gmail.com
 Content-Type: text/plain; charset=UTF-8
 
 Koha does not work with something else than Zebra.
 The Solr implementation has been removed from the Koha code.
 
 2014-11-04 11:40 GMT+01:00 bui phong phongt...@yahoo.com:
 Dear team,
 
 I'm trying to change search engine from zebra to solr for koha 3.16. I 
 followed instruction from this:
 
 http://wiki.koha-community.org/wiki/Solr_deployment
 
 but the solrconfig.xml doesn't work. I faced this error:
 
 org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: 
 Could not load conf for core koha: Error loading solr config from
 /solr/solrconf/multicore/koha/conf/solrconfig.xml