Re: Index Creation Exception in solr

2009-03-18 Thread Toby Cole
If you're using a recent 1.4-snapshot you should be able to do a rollback: https://issues.apache.org/jira/browse/SOLR-670 Otherwise, if you have unique IDs in your index, you can just post new documents over the top of the old ones then commit. Toby. On 18 Mar 2009, at 10:19, dabboo wrote:

Re: Index Creation Exception in solr

2009-03-18 Thread dabboo
But if I already have some indexes in the index folder then these old indexes will also get deleted. Is there any way to roll back the operation. Shalin Shekhar Mangar wrote: > > On Wed, Mar 18, 2009 at 3:15 PM, dabboo wrote: > >> >> Hi, >> >> I am creating indexes in Solr and facing an unu

Re: Index Creation Exception in solr

2009-03-18 Thread Shalin Shekhar Mangar
On Wed, Mar 18, 2009 at 3:15 PM, dabboo wrote: > > Hi, > > I am creating indexes in Solr and facing an unusual issue. > > I am creating 5 indexes and xml file of 4th index is malformed. So, while > creating indexes it properly submits index #1, 2 & 3 and throws exception > after submission of ind