Re: Class Not found: CloseableHttpClient

2016-06-22 Thread Webster Homer
Never mind, this was a dependency issue between Solr and JAX-RS. Managed the dependency to 4.4.1 fixed it On Wed, Jun 22, 2016 at 2:44 PM, Webster Homer wrote: > I tried adding the solr-core dependency but that caused the app to fail to > deploy entirely. > > On Wed, Jun 22, 2016 at 2:36 PM, Web

Re: Class Not found: CloseableHttpClient

2016-06-22 Thread Webster Homer
I tried adding the solr-core dependency but that caused the app to fail to deploy entirely. On Wed, Jun 22, 2016 at 2:36 PM, Webster Homer wrote: > I have an application that we wrote to support solr cloud collections. It > is a rest service that uses solrj. I am in the process of upgrading it t

Re: Class not found ICUFoldingFilter (SOLR-4852)

2014-04-15 Thread ronak kirit
Hello Shawn, Thanks for your reply. Yes, I have defined ${solr.solr.home} explicitly, and all the mentioned jars present in ${solr.solr.home}/lib. solr.log also shows that those files are getting added once (grep "icu4" solr.log). I could see the lines in log, INFO - 2014-04-15 15:40:21.448; or

Re: Class not found ICUFoldingFilter (SOLR-4852)

2014-04-15 Thread Ronak Kirit
Hello Shawn, Thanks for your reply. Yes, I have defined ${solr.solr.home} explicitly, and all the mentioned jars present in ${solr.solr.home}/lib. solr.log also shows that those files are getting added once (grep "icu4" solr.log). I could see the lines in log, INFO - 2014-04-15 15:40:21.448; or

Re: Class not found ICUFoldingFilter (SOLR-4852)

2014-04-11 Thread Shawn Heisey
On 4/11/2014 3:44 AM, ronak kirit wrote: > I am facing the same issue discussed at SOLR-4852. I am getting below error: > > Caused by: java.lang.NoClassDefFoundError: Could not initialize class > org.apache.lucene.analysis.icu.ICUFoldingFilter > at > org.apache.lucene.analysis.icu.ICUFoldingFilter

Re: class not found

2011-04-07 Thread Ahmet Arslan
> The jar containing the class is in > here: > > /usr/local/apache-tomcat-6.0.20/webapps/solr/WEB-INF/lib > http://wiki.apache.org/solr/SolrPlugins#How_to_Load_Plugins

Re: class not found

2011-04-07 Thread Tri Nguyen
The jar containing the class is in here: /usr/local/apache-tomcat-6.0.20/webapps/solr/WEB-INF/lib for my setup. Tri From: Erick Erickson To: solr-user@lucene.apache.org Sent: Thu, April 7, 2011 3:24:14 PM Subject: Re: class not found Can you give us some

Re: class not found

2011-04-07 Thread Tri Nguyen
yes. From: Ahmet Arslan To: solr-user@lucene.apache.org Sent: Thu, April 7, 2011 3:23:56 PM Subject: Re: class not found > I wrote my own parser plugin. > > I'm getting a NoClassCefFoundError.  Any ideas why? Did you put jar file - that conta

Re: class not found

2011-04-07 Thread Erick Erickson
Can you give us some more details? I suspect the jar file containing your plugin isn't in the Solr lib directory and/or you don't have a lib directive in your solrconfig.xml file pointing to where your jar is. But that's a guess since you haven't provided any information about what you did to try

Re: class not found

2011-04-07 Thread Ahmet Arslan
> I wrote my own parser plugin. > > I'm getting a NoClassCefFoundError.  Any ideas why? Did you put jar file - that contains you custom code - into /lib directory? http://wiki.apache.org/solr/SolrPlugins