them manually.
>
> On 7/22/06, Kiran Joisher
> <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> >
> >
> > I am trying to re-create index from scratch. But I
> get this exception. I
> > also close the IndexSearcher before doing this.
>
Delete them manually.
On 7/22/06, Kiran Joisher <[EMAIL PROTECTED]> wrote:
Hi,
I am trying to re-create index from scratch. But I get this exception. I
also close the IndexSearcher before doing this.
java.io.IOException: Cannot delete deletable
Hi,
I am trying to re-create index from scratch. But I get this exception. I
also close the IndexSearcher before doing this.
java.io.IOException: Cannot delete deletable
at org.apache.lucene.store.FSDirectory.create(FSDirectory.java:195)
at
ating instance of
IndexWriter
indexWriter = new IndexWriter(indexDir, new PhoneticAnalyzer(new Soundex()),
true);
Stack Trace is as follows:-
java.io.IOException: Cannot delete _1d.fdt
at org.apache.lucene.store.FSDirectory.create(FSDirectory.java:195)
When attempting to re-create my index, I receive the following error:
java.io.IOException: Cannot delete C:\CatalogCollections\Live\_2s.cfs
at org.apache.lucene.store.FSDirectory.create(FSDirectory.java:198)
at
org.apache.lucene.store.FSDirectory.getDirectory(FSDirectory.java:144)
at