Re: Deleting an individual document while delta index is running

2012-11-07 Thread Josh Turmel
Okay, thanks for the help guys... I *think* that this can be resolved by kicking off the delta and passing optimize=false since the default was true in 3.3. I'll post back if I see the issue pop back up. JT On Wednesday, November 7, 2012 at 1:34 PM, Josh Turmel wrote: > Here's what we have s

Re: Deleting an individual document while delta index is running

2012-11-07 Thread Josh Turmel
Here's what we have set in our data-config.xml Thanks, Josh Turmel On Wednesday, November 7, 2012 at 1:00 PM, Shawn Heisey wrote: > On 11/7/2012 10:55 AM, Otis Gospodnetic wrote: > > Hi Shawn, > > > > It the last part really correct? Optimization should be doable while > > updates are goin

Re: Deleting an individual document while delta index is running

2012-11-07 Thread Shawn Heisey
On 11/7/2012 10:55 AM, Otis Gospodnetic wrote: Hi Shawn, It the last part really correct? Optimization should be doable while updates are going on... or am I missing something? From what I recall when I was first putting my build system together, which I will admit was on Solr 1.4.0, I could

Re: Deleting an individual document while delta index is running

2012-11-07 Thread Otis Gospodnetic
Hi Shawn, It the last part really correct? Optimization should be doable while updates are going on... or am I missing something? Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Wed, Nov 7, 2012 at 12:17

Re: Deleting an individual document while delta index is running

2012-11-07 Thread Shawn Heisey
On 11/6/2012 2:01 PM, Josh Turmel wrote: Running Solr 3.3 We're running into issues where deleting individual documents (by ID) will timeout but it only seems to happen when our hourly delta index is being ran to pull in new documents, is there a way to work around this? Are you experiencing r