Re: [lucy-user] Re: Regarding document Ids

2016-11-16 Thread Peter Karman
Serkan Mulayim wrote on 11/16/16, 1:17 PM: Hi guys, I think I need to simplify my question. After reading it one more time, I realized I touched many things, and it seem confusing. It seems like if we index the same document twice, a new document is created. And as per http://lucy.apache.org/do

Re: [lucy-user] Re: Regarding document Ids

2016-11-16 Thread Serkan Mulayim
Thank you Peter for your quick response. As I understand before adding new documents to the index, you delete by query (by using your primary key). How is the performance in your end, then? Since delete by query will search through all segments in the index for the deletion, I feel like the perfor

Re: [lucy-user] Re: Regarding document Ids

2016-11-16 Thread Peter Karman
Serkan Mulayim wrote on 11/16/16, 2:21 PM: Thank you Peter for your quick response. As I understand before adding new documents to the index, you delete by query (by using your primary key). How is the performance in your end, then? Since delete by query will search through all segments in the i

Re: [lucy-user] Re: Regarding document Ids

2016-11-21 Thread Serkan Mulayim
Thank you Peter for your comments. Regards... On Wed, Nov 16, 2016 at 3:05 PM, Peter Karman wrote: > Serkan Mulayim wrote on 11/16/16, 2:21 PM: > >> Thank you Peter for your quick response. >> >> As I understand before adding new documents to the index, you delete by >> query (by using your prim