Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 28272 invoked from network); 5 Oct 2009 20:19:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 20:19:58 -0000 Received: (qmail 31922 invoked by uid 500); 5 Oct 2009 20:19:58 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 31857 invoked by uid 500); 5 Oct 2009 20:19:58 -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 31847 invoked by uid 99); 5 Oct 2009 20:19:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 20:19:58 +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; Mon, 05 Oct 2009 20:19:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 67047234C1E7 for ; Mon, 5 Oct 2009 13:19:31 -0700 (PDT) Message-ID: <904964248.1254773971421.JavaMail.jira@brutus> Date: Mon, 5 Oct 2009 13:19:31 -0700 (PDT) From: "Shalin Shekhar Mangar (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1492) Can't facet Trie fields with precisionSteps In-Reply-To: <47844222.1254765632612.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-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762343#action_12762343 ] Shalin Shekhar Mangar commented on SOLR-1492: --------------------------------------------- I'm trying date faceting (facet.date) and the counts seem to be wrong (I'm expecting 2 but getting 4 back). See TestTrie in my patch. I'm trying to figure it out. Normal faceting on a trie date field works fine. > Can't facet Trie fields with precisionSteps > ------------------------------------------- > > Key: SOLR-1492 > URL: https://issues.apache.org/jira/browse/SOLR-1492 > Project: Solr > Issue Type: Bug > Affects Versions: 1.4 > Reporter: Yonik Seeley > Assignee: Yonik Seeley > Fix For: 1.4 > > Attachments: SOLR-1492.patch, SOLR-1492.patch, SOLR-1492.patch > > > A known limitation - can't facet on multi-part trie fields. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.