Re: Question about soft commit and updateRequestProcessorChain

2013-08-08 Thread Erick Erickson
e Run Update is usually the last or next to last > (like > > if you use the Log Update processor) processor in the chain. IFF you > > requested commit, soft or hard, on your update command, the commit will > > occur on the Run Update processor step of the chain. >

Re: Question about soft commit and updateRequestProcessorChain

2013-08-07 Thread Alexandre Rafalovitch
e chain. IFF you > requested commit, soft or hard, on your update command, the commit will > occur on the Run Update processor step of the chain. > > > > > -- Jack Krupansky > -Original Message- From: Jack Park > Sent: Wednesday, August 07, 2013 7:41 PM > To: solr-us

Re: Question about soft commit and updateRequestProcessorChain

2013-08-07 Thread Jack Krupansky
-- Jack Krupansky -Original Message- From: Jack Park Sent: Wednesday, August 07, 2013 7:41 PM To: solr-user@lucene.apache.org Subject: Re: Question about soft commit and updateRequestProcessorChain Ok. So, running the update processor chain *is* the commit process? In answer to Erick's q

Re: Question about soft commit and updateRequestProcessorChain

2013-08-07 Thread Jack Park
day, August 07, 2013 1:04 PM > To: solr-user@lucene.apache.org > Subject: Question about soft commit and updateRequestProcessorChain > > > If one allows for a soft commit (rather than a hard commit on each > request), when does the updateRequestProcessorChain fire? Does it fire > after the commit? > > Many thanks > Jack

Re: Question about soft commit and updateRequestProcessorChain

2013-08-07 Thread Jack Krupansky
PM To: solr-user@lucene.apache.org Subject: Question about soft commit and updateRequestProcessorChain If one allows for a soft commit (rather than a hard commit on each request), when does the updateRequestProcessorChain fire? Does it fire after the commit? Many thanks Jack

Re: Question about soft commit and updateRequestProcessorChain

2013-08-07 Thread Erick Erickson
How are you allowing for a soft commit? IOW how are you triggering it? And what do you speculate the updateRequestProcessorChain has to do with soft commit? Best Erick On Wed, Aug 7, 2013 at 1:04 PM, Jack Park wrote: > If one allows for a soft commit (rather than a hard commit on each > reque

Question about soft commit and updateRequestProcessorChain

2013-08-07 Thread Jack Park
If one allows for a soft commit (rather than a hard commit on each request), when does the updateRequestProcessorChain fire? Does it fire after the commit? Many thanks Jack