Deleting an individual document while delta index is running

2012-11-06 Thread Josh Turmel
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? Thank you, Josh

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 do

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