Re: making changes to solr schema after deployed to production

2009-02-18 Thread Grant Ingersoll
It really depends on the change. Typically, adding fields is fine, but of course, it means that you will only be able to search those fields in the new documents. Other changes often require re- indexing. Change the semantics of a field (i.e. changing FieldType) will require re-indexing.

Re: making changes to solr schema

2009-02-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Wed, Feb 18, 2009 at 3:37 AM, Jonathan Haddad wrote: > Preface: This is my first attempt at using solr. > > What happens if I need to do a change to a solr schema that's already > in production? Can fields be added or removed? you may need a core reload or a serverrestart fields can be added a

making changes to solr schema after deployed to production

2009-02-17 Thread Jonathan Haddad
Preface: This is my first attempt at using solr. What happens if I need to do a change to a solr schema that's already in production? Can fields be added or removed? Can a type change from an integer to a float? Thanks in advance, Jon

making changes to solr schema

2009-02-17 Thread Jonathan Haddad
Preface: This is my first attempt at using solr. What happens if I need to do a change to a solr schema that's already in production? Can fields be added or removed? Can a type change from an integer to a float? Thanks in advance, Jon -- Jonathan Haddad http://www.rustyrazorblade.com