Re: Strange Error while deleting Documents from index while indexing.

2007-07-30 Thread Chris Hostetter
: Where shall i post this issue. you are currently posting to a list named "java-user" this is for "user" related questions about the "java" lucene project. if you have questions about "Lucene.Net" you should be asking them on the "Lucene.Net" user list... http://incubator.apache.org/lucene.net

Re: Strange Error while deleting Documents from index while indexing.

2007-07-27 Thread karl wettin
27 jul 2007 kl. 13.43 skrev miztaken: Can you use IndexWriter#deleteDocument instead? No i cant use this method. I dont know docid and i dont wanna search for it. It will only add extra time. I am deleting the document on the basis of unique key field. You can do that with IndexWriter#

Re: Strange Error while deleting Documents from index while indexing.

2007-07-27 Thread miztaken
re: http://www.nabble.com/file/p11827583/Program2.cs Program2.cs Please help me. -- View this message in context: http://www.nabble.com/Strange-Error-while-deleting-Documents-from-index-while-indexing.-tf4149570.html#a11827583 Sent from the Lucene - Java Users mailing list archive at N

Re: Strange Error while deleting Documents from index while indexing.

2007-07-27 Thread karl wettin
27 jul 2007 kl. 10.50 skrev miztaken: My application simply shut downs. After that when i try to open the same index using IndexReader and fetch the document then it says "trying to access deleted document". After getting such error, i opened the indexWriter, optimized and then closed it.

Re: Strange Error while deleting Documents from index while indexing.

2007-07-26 Thread miztaken
context: http://www.nabble.com/Strange-Error-while-deleting-Documents-from-index-while-indexing.-tf4149570.html#a11823559 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Strange Error while deleting Documents from index while indexing.

2007-07-26 Thread Doron Cohen
cations\ORS Lucene Developments\July 25\ > TotalIndexingAndSearching_25_july\T otalIndexingAndSearching\ > QueryDatabaseForIndexing \Program2.cs:line 159 > > I dont know whats the cause of this error. > > I am in real need of help. > Please help me find error. > > > >

Strange Error while deleting Documents from index while indexing.

2007-07-25 Thread miztaken
in real need of help. Please help me find error. -- View this message in context: http://www.nabble.com/Strange-Error-while-deleting-Documents-from-index-while-indexing.-tf4149570.html#a11804824 Sent from the Lucene - Java Users mailing list a