Re: Question about soft commit and updateRequestProcessorChain

2013-08-08 Thread Erick Erickson
Sent: Wednesday, 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

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

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 jackp...@topicquests.org wrote: If one allows for a soft commit (rather than a

Re: Question about soft commit and updateRequestProcessorChain

2013-08-07 Thread Jack Krupansky
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 Park
@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
-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 question: my habit, an old

Re: Question about soft commit and updateRequestProcessorChain

2013-08-07 Thread Alexandre Rafalovitch
: Wednesday, 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