RE: IndexModifier and finding records

2006-09-29 Thread Mark Modrall
your system. Thank you. -Original Message- From: Daniel Naber [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 2:46 PM To: java-user@lucene.apache.org Subject: Re: IndexModifier and finding records On Friday 29 September 2006 14:54, Mark Modrall wrote: > It > would be n

IndexModifier and finding records

2006-09-29 Thread Mark Modrall
Hi... I was just looking at the IndexModifier class, which seems like a nice consolidation for some of our operations. There is one question I have though. The class says that it internally contains an IndexReader and an IndexWriter and has examples of operations doing both. But

RE: More frustration with Lucene/Java file i/o on Windows

2006-08-18 Thread Mark Modrall
Hi Mike, I do appreciate the thoroughness and graciousness of your responses, and I hope there's nothing in my frustration that you would take personally. Googling around, I've found other references to the sun jvm handling of the Windows file system to be, well, quixotic at best.

More frustration with Lucene/Java file i/o on Windows

2006-08-18 Thread Mark Modrall
Hi... It was a little comforting to know that other people have seen Windows Explorer refreshes crash java Lucene on Windows. We seem to be running into a long list of file system issues with Lucene, and I was wondering if other people had noticed these sort of things (and hopefull

RE: running a lucene indexing app as a windows service on xp, crashing

2006-08-07 Thread Mark Modrall
system. Thank you. -Original Message- From: Mark Modrall [mailto:[EMAIL PROTECTED] Sent: Monday, August 07, 2006 8:45 AM To: java-user@lucene.apache.org Subject: RE: running a lucene indexing app as a windows service on xp, crashing Hi Mike... Sorry I didn't respond ove

RE: running a lucene indexing app as a windows service on xp, crashing

2006-08-07 Thread Mark Modrall
Hi Mike... Sorry I didn't respond over the weekend; I wasn't checking work email. A few more pieces of information about our circumstances: the indexing system is running Windows Server 2003 sp1, the directories that the indexer is using are shares (helped reproduce; we had a cou

RE: running a lucene indexing app as a windows service on xp, crashing

2006-08-04 Thread Mark Modrall
Hi Michael... Here's the traceback: [Indexer.java 652] buildFullIndex: Error building full index java.io.IOException: Cannot rename D:\indexbuild1\contact_index\deleteable.new to D:\indexbuild1\contact_index\deletable at org.apache.lucene.store.FSDirectory.renameFile(FSDirectory.java:294) at org.

running a lucene indexing app as a windows service on xp, crashing

2006-08-04 Thread Mark Modrall
Hi... Not sure what's the right group for this question. We have a java program running with the tanuki Windows Service Wrapper on XP. This program is using Lucene to do a fair amount of indexing, creating and deleting scads of files in its working directory. The Lucene code is crashing u