It depends whether you use Solr 4.0 features whether there are changes
to the results. Personally I've found them pretty (surprisingly)
compatible from an API perspective.

One of the benefits of SolrCloud is that it can make multiple systems
operate as if they were one, so I can't immediately think of any reasons
why using SolrCloud would require a change to your indexing (assuming
you are currently indexing to a single node).

But really, the best way to find out is to try it.

Upayavira

On Sun, Jan 6, 2013, at 01:08 AM, Jorge Luis Betancourt Gonzalez wrote:
> So, from my "php app point of view" if I have the desire of using
> solrcloud feautures changes will be needed right? One more thing the
> responses generated from solr4 are in any way different from the ones
> generated from solr3? Because solarium parses the JSON response from the
> server to provide high level objects encapsulating the response and
> response content.
> 
> Greetings!
> 
> ----- Mensaje original -----
> De: "Upayavira" <u...@odoko.co.uk>
> 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 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 schema and
>  an old index
>  * fix each problem you find in the schema 
>     - some class names have changed
>     - you may want to delete some field definitions that you're not
>     using
>     - you'll need to copy the version field from the 4.0 schema
> 
> I found my app was able to search/index without any difficulty via the
> XML/HTTP interface.
> 
> Your mileage may vary, but for that particular app, that is what it
> took. 
> 
> Note, 4.0 can work in a 3.x way (old style replication, etc). You don't
> need to use SolrCloud etc when using 4.0.
> 
> Upayavira
> 
> On Sat, Jan 5, 2013, at 08:20 AM, Jorge Luis Betancourt Gonzalez wrote:
> > 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
> > know there is no support for solr 4 in solarium. So my question is is
> > possible to use a solr 3.6.1 fronted that gets the data from a solr 4
> > behind scenes, or there is any other workaround this?
> > 
> > Greetings!
> > 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS
> > INFORMATICAS...
> > CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION
> > 
> > http://www.uci.cu
> > http://www.facebook.com/universidad.uci
> > http://www.flickr.com/photos/universidad_uci
> 
> 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS
> INFORMATICAS...
> CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION
> 
> http://www.uci.cu
> http://www.facebook.com/universidad.uci
> http://www.flickr.com/photos/universidad_uci
> 
> 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS
> INFORMATICAS...
> CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION
> 
> http://www.uci.cu
> http://www.facebook.com/universidad.uci
> http://www.flickr.com/photos/universidad_uci

Reply via email to