From dev-return-112110-apmail-lucene-dev-archive=lucene.apache.org@lucene.apache.org Thu Oct 18 15:42:11 2012 Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06864DE47 for ; Thu, 18 Oct 2012 15:42:11 +0000 (UTC) Received: (qmail 46075 invoked by uid 500); 18 Oct 2012 15:42:09 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 45535 invoked by uid 500); 18 Oct 2012 15:42:08 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 44271 invoked by uid 99); 18 Oct 2012 15:42:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2012 15:42:05 +0000 Date: Thu, 18 Oct 2012 15:42:04 +0000 (UTC) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Message-ID: <1508871779.64296.1350574925042.JavaMail.jiratomcat@arcas> In-Reply-To: <967504482.19864.1349878022933.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (LUCENE-4472) Add setting that prevents merging on updateDocument MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13479080#comment-13479080 ] Michael McCandless commented on LUCENE-4472: -------------------------------------------- Thanks Simon, looks good! > Add setting that prevents merging on updateDocument > --------------------------------------------------- > > Key: LUCENE-4472 > URL: https://issues.apache.org/jira/browse/LUCENE-4472 > Project: Lucene - Core > Issue Type: Improvement > Components: core/index > Affects Versions: 4.0 > Reporter: Simon Willnauer > Fix For: 4.1, 5.0 > > Attachments: LUCENE-4472.patch, LUCENE-4472.patch, LUCENE-4472.patch > > > Currently we always call maybeMerge if a segment was flushed after updateDocument. Some apps and in particular ElasticSearch uses some hacky workarounds to disable that ie for merge throttling. It should be easier to enable this kind of behavior. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org