On Wed, Mar 18, 2009 at 3:15 PM, dabboo <ag...@sapient.com> 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 index 4.
I think you mean documents not indexes. Each document goes into the Lucene/Solr index. > > Now, if I look for index #1,2 & 3, it doesnt show up, which I think is > happening because the operation is not committed yet. But these indexes > must > be lying somewhere temporarily in the Solr and I am not able to delete > these > indexes. Just delete the <your_solr_home/data/index directory. -- Regards, Shalin Shekhar Mangar.