Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 24246 invoked from network); 1 Aug 2009 15:45:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Aug 2009 15:45:34 -0000 Received: (qmail 59353 invoked by uid 500); 1 Aug 2009 15:45:37 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 59260 invoked by uid 500); 1 Aug 2009 15:45:36 -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 59250 invoked by uid 99); 1 Aug 2009 15:45:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 15:45:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Aug 2009 15:45:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D2A2C234C046 for ; Sat, 1 Aug 2009 08:45:14 -0700 (PDT) Message-ID: <1869278633.1249141514861.JavaMail.jira@brutus> Date: Sat, 1 Aug 2009 08:45:14 -0700 (PDT) From: "Yonik Seeley (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1322) range queries won't work for trie fields with precisionStep=0 In-Reply-To: <1658196014.1249091175006.JavaMail.jira@brutus> 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-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737899#action_12737899 ] Yonik Seeley commented on SOLR-1322: ------------------------------------ Oops - precisionStep should be big, not zero... so NumericRangeQuery may still work after all. The issue actually has more to do with multiValued fields with a real precisionStep. > range queries won't work for trie fields with precisionStep=0 > ------------------------------------------------------------- > > Key: SOLR-1322 > URL: https://issues.apache.org/jira/browse/SOLR-1322 > Project: Solr > Issue Type: Bug > Components: search > Affects Versions: 1.4 > Reporter: Yonik Seeley > Assignee: Yonik Seeley > Fix For: 1.4 > > > range queries won't work for trie fields with precisionStep=0... a normal range query should be used in this case. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.