Re: deleting documents with doc id

2008-08-01 Thread Cam Bazz
riter and indexsearcher. >> > >> > I do a indexsearcher.getIndexReader.delete(int id) >> > >> > would not that cause problems? there is not a way to delete from >> > indexwriter, and I think i will c

Re: deleting documents with doc id

2008-08-01 Thread Cam Bazz
t; > > > would not that cause problems? there is not a way to delete from > > indexwriter, and I think i will cause a lock issue deleting from > > indexsearcher. > > > > best, > > -C.B. > > > -- > V

Re: deleting documents with doc id

2008-07-27 Thread Karsten F.
, and I think i will cause a lock issue deleting from > indexsearcher. > > best, > -C.B. > -- View this message in context: http://www.nabble.com/deleting-documents-with-doc-id-tp18619372p18679168.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. ---

Re: deleting documents with doc id

2008-07-26 Thread Cam Bazz
hello, the thing is: I got a indexwriter and indexsearcher. I do a indexsearcher.getIndexReader.delete(int id) would not that cause problems? there is not a way to delete from indexwriter, and I think i will cause a lock issue deleting from indexsearcher. best, -C.B. On Thu, Jul 24, 2008 at 2

Re: deleting documents with doc id

2008-07-23 Thread Karl Wettin
23 jul 2008 kl. 22.08 skrev Cam Bazz: hello - if I make a query and get the document ids and delete with the document id - could there be a side effect? my index is committed periodically, but i can not say when it is committed. The only thing is that the deltions will not be visible u

deleting documents with doc id

2008-07-23 Thread Cam Bazz
hello - if I make a query and get the document ids and delete with the document id - could there be a side effect? my index is committed periodically, but i can not say when it is committed. best regards, -c.b.