the lib in solr runtime lib directory should solve your issue.
>
>
> Pablo.
>
> From: Shalin Shekhar Mangar
> Sent: Wednesday, July 23, 2014 7:43 AM
> To: solr-user@lucene.apache.org
> Subject: Re: NoClassDefFoundError while index
directory should solve your issue.
>
>
> Pablo.
>
> From: Shalin Shekhar Mangar
> Sent: Wednesday, July 23, 2014 7:43 AM
> To: solr-user@lucene.apache.org
> Subject: Re: NoClassDefFoundError while indexing in Solr
>
> Solr is tryi
rg
Subject: Re: NoClassDefFoundError while indexing in Solr
Solr is trying to load "com/uwyn/jhighlight/renderer/XhtmlRendererFactory"
but that is not a class which is shipped or used by Solr. I think you have
some custom plugins (a highlighter perhaps?) which uses that class and the
cl
Solr is trying to load "com/uwyn/jhighlight/renderer/XhtmlRendererFactory"
but that is not a class which is shipped or used by Solr. I think you have
some custom plugins (a highlighter perhaps?) which uses that class and the
classpath is not setup correctly.
On Wed, Jul 23, 2014 at 2:20 AM, Ameya
Hi
I am running into below error while indexing a file in solr.
Can you please help to fix this?
ERROR - 2014-07-22 16:40:32.126; org.apache.solr.common.SolrException;
null:java.lang.RuntimeException: java.lang.NoClassDefFoundError:
com/uwyn/jhighlight/renderer/XhtmlRendererFactory
at
org.apache