Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 7310 invoked from network); 20 May 2009 08:58:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 May 2009 08:58:02 -0000 Received: (qmail 55176 invoked by uid 500); 20 May 2009 08:58:15 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 55096 invoked by uid 500); 20 May 2009 08:58:15 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 55085 invoked by uid 99); 20 May 2009 08:58:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2009 08:58:14 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shalinmangar@gmail.com designates 209.85.221.107 as permitted sender) Received: from [209.85.221.107] (HELO mail-qy0-f107.google.com) (209.85.221.107) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2009 08:58:05 +0000 Received: by qyk5 with SMTP id 5so441712qyk.29 for ; Wed, 20 May 2009 01:57:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=xsv0AWNLoQSirmnJYAhJp/tDT/WtZqmdji8O4lMsbNM=; b=WOYdzP5AFJ27DlD/bMb5MaPb4ILr7VIXgN3mJkYtYFmJht6RDj1RNqDgFJzCyKEu2K etAN7xKYBeAD8oIDFtedwcxEGHsx3s7jBBCxNi5l7JpncSdRutFE1HK1GqMLV4s0ZAH3 f55o7Rknmk3d6JIqJfL4a9c4IA90yOrrLTk8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=SKVLjB8D29NMMdkWv406s2MVNODXRc1/0bCbV19mk38Pee+nBAES5qWs+zAqIWWiyZ PnR2xlpg7CPx2Ocqw2XMCdoDmMJdEsKXtQOGEEBGSlEhDMSpLsOBKQX9qH6vMhZP7MrF uSNDFxo4tvV7F+G0tw3Aq7+PnMi2c1nHX5RzI= MIME-Version: 1.0 Received: by 10.229.84.196 with SMTP id k4mr303934qcl.86.1242809862153; Wed, 20 May 2009 01:57:42 -0700 (PDT) In-Reply-To: <47DADF52-378C-48BE-B84A-A5D32D576334@apache.org> References: <69de18140905131159j26de4d1fn15c0f114eb626c62@mail.gmail.com> <47DADF52-378C-48BE-B84A-A5D32D576334@apache.org> Date: Wed, 20 May 2009 14:27:41 +0530 Message-ID: <69de18140905200157j695dff59k532081d7fe7a2058@mail.gmail.com> Subject: Re: Solr 1.4 From: Shalin Shekhar Mangar To: solr-dev@lucene.apache.org Content-Type: multipart/alternative; boundary=0016364274915b6528046a54386c X-Virus-Checked: Checked by ClamAV on apache.org --0016364274915b6528046a54386c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit FYI, I've moved issues marked for 1.3.1 to 1.4 or 1.5 as appropriate. I've deleted the 1.3.1 version from Jira because I don't think we are going to release a 1.3.1 now. The following are the issues which were raised with affects version as 1.3.1. I've marked them as affecting 1.3 SOLR-895 DataImportHandler does not import multiple documents specified in db-data-config.xml SOLR-892 PHPResponseWriter fails to serialize boolean vars for spellcheck output The following were the issues which were marked for 1.3.1 as fix version. I've marked them as fixed in 1.4 SOLR-843 SynonymFilterFactory cannot handle multiple synonym files correctly SOLR-840 BinaryResponseWriter does not handle nulls with shards as it does locally SOLR-830 snappuller picks bad snapshot name SOLR-800 concurrentmodification exception for XPathEntityprocessor while streaming SOLR-794 ClientUtils.escapeQueryChars escapes chars a bit aggressive SOLR-789 The javadoc of RandomSortField is not readable SOLR-787 SolrJ POM refers to stax parser SOLR-779 SolrQuery#setHighlightRequireFieldMatch() should be renamed to SolrQuery#getHighlightRequireFieldMatch(). SOLR-778 Wrong parameter name in SolrQuery#getFacetMinCount(). SOLR-776 Maven Artifacts need to be signed. SOLR-751 WordDelimiterFilter doesn't adjust startOffset On Thu, May 14, 2009 at 1:05 AM, Grant Ingersoll wrote: > > On May 13, 2009, at 2:59 PM, Shalin Shekhar Mangar wrote: > >> >>> See https://issues.apache.org/jira/secure/BrowseProject.jspa for what's >>> currently on 1.4, 1.5 and unscheduled. The unscheduled section is >>> particularly large, IMO. So, we should work through these areas. >>> >>> WDYT? >>> >>> >> I wouldn't want to add any more issues to 1.4 unless it is a critical bug. >> We have enough features already. >> > > Agreed, but we still need to review them. > -- Regards, Shalin Shekhar Mangar. --0016364274915b6528046a54386c--