Re: searching while importing

2010-10-15 Thread Gora Mohanty
On Thu, Oct 14, 2010 at 4:08 AM, Shawn Heisey wrote: >  If you are using the DataImportHandler, you will not be able to search new > data until the full-import or delta-import is complete and the update is > committed.  When I do a full reindex, it takes about 5 hours, and until it > is finished,

Re: searching while importing

2010-10-13 Thread Shawn Heisey
If I haven't deleted the index for some reason before doing the full import, then I can search the old data. On 10/13/2010 4:41 PM, Tri Nguyen wrote: Hi, As long as I can search on the current ("older") index while importing, I'm good. I've tested this and I can search the older index while

Re: searching while importing

2010-10-13 Thread 朱炎詹
, 2010 5:51 AM Subject: searching while importing Hi, Can I perform searches against the index while it is being imported? Does importing add 1 document at a time or will solr make a temporary index and switch to that index when indexing is done?

Re: searching while importing

2010-10-13 Thread Ken Stanley
On Wed, Oct 13, 2010 at 6:38 PM, Shawn Heisey wrote: > If you are using the DataImportHandler, you will not be able to search new > data until the full-import or delta-import is complete and the update is > committed. When I do a full reindex, it takes about 5 hours, and until it > is finished,

Re: searching while importing

2010-10-13 Thread Shawn Heisey
If I haven't deleted the index for some reason before doing the full import, then I can search the old data. On 10/13/2010 4:41 PM, Tri Nguyen wrote: Hi, As long as I can search on the current ("older") index while importing, I'm good. I've tested this and I can search the older index while

Re: searching while importing

2010-10-13 Thread Tri Nguyen
From: Shawn Heisey To: solr-user@lucene.apache.org Sent: Wed, October 13, 2010 3:38:48 PM Subject: Re: searching while importing If you are using the DataImportHandler, you will not be able to search new data until the full-import or delta-import is complete and the update is committed

Re: searching while importing

2010-10-13 Thread Shawn Heisey
If you are using the DataImportHandler, you will not be able to search new data until the full-import or delta-import is complete and the update is committed. When I do a full reindex, it takes about 5 hours, and until it is finished, I cannot search it. I have not tried to issue a manual co

searching while importing

2010-10-13 Thread Tri Nguyen
Hi,   Can I perform searches against the index while it is being imported?   Does importing add 1 document at a time or will solr make a temporary index and switch to that index when indexing is done?   Thanks,   Tri