Put the IgnoreCommit on the default handler to stop clients from
forcing the commit:
http://www.solr-start.com/javadoc/solr-lucene/org/apache/solr/update/processor/IgnoreCommitOptimizeUpdateProcessorFactory.html

Then have a separate normal handler and send your real commits through
that if you need an emergency option.

Regards,
   Alex.

----
Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://www.solr-start.com/


On 3 September 2015 at 18:51, Renee Sun <renee_...@mcafee.com> wrote:
> Walter, thanks!
>
> I will do some tests using auto commit, I guess if there is requirement for
> console UI to make documents searchable in 10 minutes, we will need to use
> the autocommit with maxTime instead of maxDoc.
>
> I wonder if in case we need to do a 'force commit', the autocommit will not
> get in the way by its not yet its maxTime, as long as there are updates?
>
> thanks
> Renee
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/any-easy-way-to-find-out-when-a-core-s-index-physical-file-has-been-last-updated-tp4227044p4227091.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to