.addDocument( ), and the error is there,
> >
> > protected synchronized final void ensureOpen(boolean includePendingClose)
> > throws AlreadyClosedException {
> >if (!isOpen(includePendingClose)) {
> > throw new AlreadyClosedException("this IndexWriter is c
ne check this kind of sitation
> by itself?
>
>
> 2010/8/17 xiaoyan Zheng
>
> >
> > about RAMDirectory based B/S plantform problem
> >
> > hello, I just start to use lucene and become confused about RAMDirectory
> > based lucene index establishment, the probl
throw new AlreadyClosedException("this IndexWriter is closed");
}
}
how to avoid these kind of error? could lucene check this kind of sitation
by itself?
2010/8/17 xiaoyan Zheng
>
> about RAMDirectory based B/S plantform problem
>
> hello, I just start to use
about RAMDirectory based B/S plantform problem
hello, I just start to use lucene and become confused about RAMDirectory
based lucene index establishment, the problem is one user use this RAM to
establish index is ok, but, when it comes to multi user, the results is not
correct. when i use