Re: delete operation

2006-09-08 Thread karl wettin
On Fri, 2006-09-08 at 15:27 +0800, jacky wrote: > > So when the lucene database is updated, how to notify to reopen the > IndexSearcher since there may be several applications to search this > lucene database? Jira issue 550 contains easy to use decorated notification code that will do all th

Re: delete operation

2006-09-08 Thread Simon Willnauer
t;[EMAIL PROTECTED]> wrote: jacky wrote: > There is a question about delete operation, i have not found any doc in lucene api's javadoc: >When using delete(Term term) of IndexReader and commit, at the same time, an indexSearcher is open.So the deleted document still can be se

Re: delete operation

2006-09-08 Thread Michael McCandless
jacky wrote: > There is a question about delete operation, i have not found any doc in > lucene api's javadoc: >When using delete(Term term) of IndexReader and commit, at the same time, > an indexSearcher is open.So the deleted document still can be seached t

delete operation

2006-09-08 Thread jacky
hi, There is a question about delete operation, i have not found any doc in lucene api's javadoc: When using delete(Term term) of IndexReader and commit, at the same time, an indexSearcher is open.So the deleted document still can be seached till reopen the indexSearcher, i don'