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 415F69908 for ; Wed, 16 Nov 2011 11:03:16 +0000 (UTC) Received: (qmail 36989 invoked by uid 500); 16 Nov 2011 11:03:15 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 36926 invoked by uid 500); 16 Nov 2011 11:03:14 -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 36919 invoked by uid 99); 16 Nov 2011 11:03:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 11:03:14 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 11:03:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B7BCD873B1 for ; Wed, 16 Nov 2011 11:02:51 +0000 (UTC) Date: Wed, 16 Nov 2011 11:02:51 +0000 (UTC) From: "Bastiaan Verhoef (Updated) (JIRA)" To: dev@lucene.apache.org Message-ID: <850518270.34547.1321441371753.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1725436989.34439.1321438491547.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-2902) List of collations are wrong parsed in SpellCheckResponse MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bastiaan Verhoef updated SOLR-2902: ----------------------------------- Attachment: SpellCheckResponse.java.patch setCollationQueryString((String) *sugg.getVal(i)*)); should become setCollationQueryString((String) *o*)); > List of collations are wrong parsed in SpellCheckResponse > --------------------------------------------------------- > > Key: SOLR-2902 > URL: https://issues.apache.org/jira/browse/SOLR-2902 > Project: Solr > Issue Type: Bug > Components: clients - java > Affects Versions: 3.4 > Environment: windows xp. > Reporter: Bastiaan Verhoef > Attachments: SpellCheckResponse.java.patch > > > When I do a search query which {{spellcheck=on}} I get more then one collation in the solr response: > {{kaart}} > {{maart}} > {{vaart}} > {{staart}} > {{baart}} > {{komkaart}} > {{dagvaart}} > The SpellCheckResponse gives me only the collation 'dagvaart': > {{getCollatedResults()}} gives a list of 7 items that contains only Collation objects with 'dagvaart'. > {{getCollatedResult()}} gives a string with the value 'dagvaart'. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa 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