Re: an error after deleting "index" files

2008-06-05 Thread Nahuel ANGELINETTI
I finally find my error, When I post something to "/update" the xml must contain only one "" for each post. Shalin Shekhar Mangar a écrit : What is the uniqueKey in your schema.xml? Are you sure that all of the 11000 documents have unique values for this uniqueKey? Solr automatically removes d

Re: an error after deleting "index" files

2008-06-05 Thread Nahuel ANGELINETTI
Shalin Shekhar Mangar a écrit : What is the uniqueKey in your schema.xml? Are you sure that all of the 11000 documents have unique values for this uniqueKey? Solr automatically removes duplicates based on the value for the uniqueKey. Yes i'm sure the ids are unique, they are of type : "journ

Re: an error after deleting "index" files

2008-06-05 Thread Shalin Shekhar Mangar
What is the uniqueKey in your schema.xml? Are you sure that all of the 11000 documents have unique values for this uniqueKey? Solr automatically removes duplicates based on the value for the uniqueKey. On Thu, Jun 5, 2008 at 3:41 PM, Nahuel ANGELINETTI < [EMAIL PROTECTED]> wrote: > Great ! It wor

Re: an error after deleting "index" files

2008-06-05 Thread Nahuel ANGELINETTI
Great ! It works well as you said ! Now I have another problem, I do a post of 11000 "", and in the stats it say : "numDocs : 730". Do you know why ? Jón Helgi Jónsson a écrit : Hi, not sure but this might be same thing that happened to me, you have to delete the index FOLDER not only the co

Re: an error after deleting "index" files

2008-06-04 Thread Jón Helgi Jónsson
Hi, not sure but this might be same thing that happened to me, you have to delete the index FOLDER not only the contents. On Wed, Jun 4, 2008 at 3:27 PM, Nahuel ANGELINETTI < [EMAIL PROTECTED]> wrote: > Hi, > > I'm doing some test with solr to see if it can be usefull for us, and after > deletin

an error after deleting "index" files

2008-06-04 Thread Nahuel ANGELINETTI
Hi, I'm doing some test with solr to see if it can be usefull for us, and after deleting the index to restart from scratch the indexing, it returns me this error when I want to post datas : java.lang.RuntimeException: java.io.FileNotFoundException: no segments* file found in org.apache.luce