erver to provide high level objects encapsulating the response and
> response content.
>
> Greetings!
>
> - Mensaje original -
> De: "Upayavira"
> Para: solr-user@lucene.apache.org
> Enviados: Sábado, 5 de Enero 2013 4:49:01
> Asunto: Re: Migrating from So
to provide high level objects
encapsulating the response and response content.
Greetings!
- Mensaje original -
De: "Upayavira"
Para: solr-user@lucene.apache.org
Enviados: Sábado, 5 de Enero 2013 4:49:01
Asunto: Re: Migrating from Solr 3.6.1 to Solr 4
Try pointing your app at
Try pointing your app at 4.0. I converted an app recently. Here's the
steps I took (as I recall):
* get original solrconfig.xml for the release I'm using
* diff that and my solrconfig.xml
* apply those changes to a 4.0 solrconfig.xml
* try to start up solr with this new solrconfig and an old s
Hi:
I'm currently working with solr 3.6.1, but solr 4 has great features like the
ones bundled with SolrCloud, the content in the index is really not the problem
to the transition, the thing is that I've a large app written in PHP + Solarium
that interacts with the index in solr 3. As far as I