schema.xml changes and the impact on Solr?

2007-08-13 Thread Kevin Holmes
We're planning to make changes to our schema.xml file... I need to ask a few questions 1 - if we add fields / remove fields to be indexed, how will this affect our current indexes. Will we need to completely recreate millions on indexes (or is it indices)? Scenario 1a :: we've been

Re: schema.xml changes and the impact on Solr?

2007-08-13 Thread Ryan McKinley
1 - if we add fields / remove fields to be indexed, how will this affect our current indexes. Will we need to completely recreate millions on indexes (or is it indices)? Depends what you are trying to do... if you are just adding or removing fields, the index should be usable. For

Re: schema.xml changes and the impact on Solr?

2007-08-13 Thread Pieter Berkel
On 14/08/07, Ryan McKinley [EMAIL PROTECTED] wrote: 2 - Question about the structure of the injected xml file... does it need to exactly match the data in solr? I know it makes sense that we're only injecting the fields that solr needs and not excluding fields that it needs... but how