Re: about RAMDirectory based B/S plantform problem

2010-08-17 Thread xiaoyan Zheng
to index using indexwriter [DO NOT CLOSE > THE INDEXWRITER HERE] > accept data from thread2 and write to index using indexwriter [DO NOT CLOSE > THE INDEXWRITER HERE] > . > . > > Close IndexWriter > -- > > Would this work/be implementable for your application? >

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

Re: how to post a question or a message?

2010-08-16 Thread xiaoyan Zheng
Hey, Anshum thanks again~[?] 2010/8/17 anshum.gu...@naukri.com > Hi Hilly, > So this is exactly what you need to do, mail to > java-user@lucene.apache.org and it'd get to all group members. > > > --Original Message-- > From: xiaoyan Zheng > To

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 synchro

how to post a question or a message?

2010-08-16 Thread xiaoyan Zheng
hey, I am new with this mail list thing, i wonder how to post a question or a message? I just send a question to FAQ mail address, but i recevie a letter with none available, have i send the wrong address? regards Hilly