No segment files found/ Searcher error

2008-11-03 Thread JulieSoko
flushing , but could there be an issue when you are creating a new searcher at the instant where the files are merged and there are no segments in a dir??? Thanks, Julie -- View this message in context: http://www.nabble.com/No-segment-files-found--Searcher-error-tp20305354p20305354.html

Re: No segment files found/ Searcher error

2008-11-03 Thread Michael McCandless
and flushing , but could there be an issue when you are creating a new searcher at the instant where the files are merged and there are no segments in a dir??? Thanks, Julie -- View this message in context: http://www.nabble.com/No-segment-files-found--Searcher-error-tp20305354p20305354

Re: No segment files found/ Searcher error

2008-11-04 Thread Michael McCandless
lushing , but could there be an issue when you are creating a new searcher at the instant where the files are merged and there are no segments in a dir??? Thanks, Julie -- View this message in context: http://www.nabble.com/No-segment-files-found--Searcher-erro

Re: No segment files found/ Searcher error

2008-11-04 Thread Michael McCandless
ating a new searcher at the instant where the files are merged and there are no segments in a dir??? Thanks, Julie -- View this message in context: http://www.nabble.com/No-segment-files-found--Searcher-error-tp20305354p20305354.html Sent from the Lucene - Java Users mailin

Re: No segment files found/ Searcher error

2008-11-04 Thread JulieSoko
do open a new IndexSearcher... >> >> The IndexWriter code is this: >> IndexWriter combinedWriter = new IndexWriter(currentMergeDir, new >> StandardAnalyzer()); >> combinedWriter.addIndexes(dirToMerge); >> combinedWriter.flush(); >> combinedWriter.

Re: No segment files found/ Searcher error

2008-11-04 Thread JulieSoko
gt;>>> >>>> >>>> Error: could not read any segments file in directory >>>> java.io.FileNotFoundException: no segments* file found in >>>> [EMAIL PROTECTED]/rt10/jetty/20081103 >>>> at &

Re: No segment files found/ Searcher error

2008-11-05 Thread JulieSoko
ed, indexes added, flushed and closed. > I know you are not supposed to have synchronization issues between writing > and flushing , but could there be an issue when you are creating a new > searcher at the instant where the files are merged and there are no > segments in a dir??? &

Re: No segment files found/ Searcher error

2008-11-05 Thread Michael McCandless
tween writing and flushing , but could there be an issue when you are creating a new searcher at the instant where the files are merged and there are no segments in a dir??? Thanks, Julie -- View this message in context: http://www.nabble.com/No-segment-files-found-