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 B90791037F for ; Tue, 3 Dec 2013 06:04:01 +0000 (UTC) Received: (qmail 19332 invoked by uid 500); 3 Dec 2013 06:03:43 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 19173 invoked by uid 500); 3 Dec 2013 06:03:39 -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 19072 invoked by uid 99); 3 Dec 2013 06:03:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 06:03:35 +0000 Date: Tue, 3 Dec 2013 06:03:35 +0000 (UTC) From: "Ryan Ernst (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-5524) Exception when using Query Function inside Scale Function MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-5524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837368#comment-13837368 ] Ryan Ernst commented on SOLR-5524: ---------------------------------- Is there really a reason the key needs to be an object? Why not just a string like "scaleInfo"? > Exception when using Query Function inside Scale Function > --------------------------------------------------------- > > Key: SOLR-5524 > URL: https://issues.apache.org/jira/browse/SOLR-5524 > Project: Solr > Issue Type: Bug > Affects Versions: 4.6 > Reporter: Trey Grainger > Priority: Minor > Fix For: 4.7 > > Attachments: SOLR-5524.patch > > > If you try to use the query function inside the scale function, it throws the following exception: > org.apache.lucene.search.BooleanQuery$BooleanWeight cannot be cast to > org.apache.lucene.queries.function.valuesource.ScaleFloatFunction$ScaleInfo > Here is an example request that invokes this: > http://localhost:8983/solr/collection1/select?q=*:*&fl=scale(query($x),0,5)&x=hello) -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org