Re: Error in New Solr version

2011-12-01 Thread Samuel García Martínez
You are using the uncomitted FieldCollapse component for 1.4.x.

Now, on 3.x field collapse component is not that anymore. You must remove
it and configure the out-of-the-box one.

On Thu, Dec 1, 2011 at 11:34 AM, Vadim Kisselmann <
v.kisselm...@googlemail.com> wrote:

> Hi,
> comment out the lines with the collapse component in your solrconfig.xml if
> not need it.
> otherwise, you're missing the right jar's for this component, or path's to
> this jars in your solrconfig.xml are wrong.
> regards
> vadim
>
>
>
> 2011/12/1 Pawan Darira 
>
> > Hi
> >
> > I am migrating from Solr 1.4 to Solr 3.2. I am getting below error in my
> > logs
> >
> > org.apache.solr.common.SolrException: Error loading class
> > 'org.apache.solr.handler.component.CollapseComponent
> >
> > Could not found satisfactory solution on google. please help
> >
> > thanks
> > Pawan
> >
>



-- 
Un saludo,
Samuel García.


Re: Error in New Solr version

2011-12-01 Thread Vadim Kisselmann
Hi,
comment out the lines with the collapse component in your solrconfig.xml if
not need it.
otherwise, you're missing the right jar's for this component, or path's to
this jars in your solrconfig.xml are wrong.
regards
vadim



2011/12/1 Pawan Darira 

> Hi
>
> I am migrating from Solr 1.4 to Solr 3.2. I am getting below error in my
> logs
>
> org.apache.solr.common.SolrException: Error loading class
> 'org.apache.solr.handler.component.CollapseComponent
>
> Could not found satisfactory solution on google. please help
>
> thanks
> Pawan
>


Error in New Solr version

2011-12-01 Thread Pawan Darira
Hi

I am migrating from Solr 1.4 to Solr 3.2. I am getting below error in my
logs

org.apache.solr.common.SolrException: Error loading class
'org.apache.solr.handler.component.CollapseComponent

Could not found satisfactory solution on google. please help

thanks
Pawan