Re: IndexSearcher executed concurrently

2006-09-05 Thread jacky
Oh, that is great! I didn't notice this javadoc. Maybe i need to update my lucene lib. I had thought one user requests his query, other queries maybe impact on the result since using a single IndexSearcher. Forget these mails. Thanks a lot.. On 9/5/06, karl wettin <[EMAIL PROTECTED]>

Re: IndexSearcher executed concurrently

2006-09-05 Thread karl wettin
On Tue, 2006-09-05 at 17:57 +0800, jacky wrote: > 1. I wander if concurrent users can get the right results with > different queries since the class has only one IndexSearcher instance. > > 2. As we know, a new IndexSearcher can be created when user request > his query. If first method gets the r

IndexSearcher executed concurrently

2006-09-05 Thread jacky
hi, The source code in the end is the class to search sth. 1. I wander if concurrent users can get the right results with different queries since the class has only one IndexSearcher instance. 2. As we know, a new IndexSearcher can be created when user request his query. If first metho