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 0898ED10A for ; Thu, 1 Nov 2012 14:31:15 +0000 (UTC) Received: (qmail 64736 invoked by uid 500); 1 Nov 2012 14:31:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 64668 invoked by uid 500); 1 Nov 2012 14:31:13 -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 64657 invoked by uid 99); 1 Nov 2012 14:31:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 14:31:13 +0000 Date: Thu, 1 Nov 2012 14:31:13 +0000 (UTC) From: "Nagendra Nagarajayya (JIRA)" To: dev@lucene.apache.org Message-ID: <1669282350.56059.1351780273578.JavaMail.jiratomcat@arcas> In-Reply-To: <834203431.58033.1347289207621.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (SOLR-3816) Need a more granular nrt system that is close to a realtime system. 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/SOLR-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13488720#comment-13488720 ] Nagendra Nagarajayya commented on SOLR-3816: -------------------------------------------- Attached a patch for the 4.x trunk. All tests pass with realtime turned off and turned on. Will attach the test logs also. > Need a more granular nrt system that is close to a realtime system. > ------------------------------------------------------------------- > > Key: SOLR-3816 > URL: https://issues.apache.org/jira/browse/SOLR-3816 > Project: Solr > Issue Type: Improvement > Components: clients - java, replication (java), search, SearchComponents - other, SolrCloud, update > Affects Versions: 4.0 > Reporter: Nagendra Nagarajayya > Labels: nrt, realtime, replication, search, solrcloud, update > Attachments: SOLR-3816_4.0_branch.patch, SOLR-3816-4.x.trunk.patch, solr-3816-realtime_nrt.patch > > > Need a more granular NRT system that is close to a realtime system. A realtime system should be able to reflect changes to the index as and when docs are added/updated to the index. soft-commit offers NRT and is more realtime friendly than hard commit but is limited by the dependency on the SolrIndexSearcher being closed and reopened and offers a coarse granular NRT. Closing and reopening of the SolrIndexSearcher may impact performance also. -- 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