Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 71397 invoked from network); 27 Dec 2009 16:26:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Dec 2009 16:26:52 -0000 Received: (qmail 70779 invoked by uid 500); 27 Dec 2009 16:26:52 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 70695 invoked by uid 500); 27 Dec 2009 16:26:51 -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 70685 invoked by uid 99); 27 Dec 2009 16:26:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Dec 2009 16:26:51 +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; Sun, 27 Dec 2009 16:26:50 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5FF0E234C04C for ; Sun, 27 Dec 2009 08:26:29 -0800 (PST) Message-ID: <1341764955.1261931189388.JavaMail.jira@brutus.apache.org> Date: Sun, 27 Dec 2009 16:26:29 +0000 (UTC) From: "Chris A. Mattmann (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1689) Make LongConstValueSource and TrieDateFieldSource classes public In-Reply-To: <994771846.1261919789485.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1689?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12794= 691#action_12794691 ]=20 Chris A. Mattmann commented on SOLR-1689: ----------------------------------------- Hi Du=C5=A1an: I put up a patch on SOLR-1688 that addresses your issue as part of this. Cheers, Chris > Make LongConstValueSource and TrieDateFieldSource classes public > ---------------------------------------------------------------- > > Key: SOLR-1689 > URL: https://issues.apache.org/jira/browse/SOLR-1689 > Project: Solr > Issue Type: Wish > Components: search > Reporter: Du=C5=A1an Omer=C4=8Devi=C4=87 > Priority: Minor > > In our custom request handler, we are boosting the query by decreasing re= cency of a document (thus implementing time bias). Solr provides BoostedQue= ry and ReciprocalFloatFunction classes that we use to implement time bias. = But there are two classes, LongConstValueSource in org.apache.solr.search.V= alueSourceParser, and TrieDateFieldSource in org.apache.solr.schema.TrieFie= ld, which are helpful in time bias implementation but which are defined as = private. > Currently, we have made our own copies of these two classes. I wish you w= ould make these two classes public in order for us to reuse them in our imp= lementation of time bias functionality. I'm sure this would be beneficial t= o others, too. > Thank you. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.