Re: about RAMDirectory based B/S plantform problem

2010-08-17 Thread xiaoyan Zheng
.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

Re: about RAMDirectory based B/S plantform problem

2010-08-16 Thread Anshum
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

Re: about RAMDirectory based B/S plantform problem

2010-08-16 Thread xiaoyan Zheng
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

2010-08-16 Thread 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 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