Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 29338 invoked from network); 2 Apr 2011 02:47:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Apr 2011 02:47:44 -0000 Received: (qmail 99085 invoked by uid 500); 2 Apr 2011 02:47:43 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 98904 invoked by uid 500); 2 Apr 2011 02:47:43 -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 98897 invoked by uid 99); 2 Apr 2011 02:47:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Apr 2011 02:47:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Sat, 02 Apr 2011 02:47:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B00348E568 for ; Sat, 2 Apr 2011 02:47:05 +0000 (UTC) Date: Sat, 2 Apr 2011 02:47:05 +0000 (UTC) From: "Hoss Man (JIRA)" To: dev@lucene.apache.org Message-ID: <2129263216.30100.1301712425717.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <27314988.155161295880643599.JavaMail.jira@thor> Subject: [jira] [Commented] (SOLR-2335) FunctionQParser can't handle fieldnames containing whitespace 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-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014936#comment-13014936 ] Hoss Man commented on SOLR-2335: -------------------------------- the other thing this should make possible is sorting on fields that historicly havne't been sortable... {code} sort=field("1 my wacky Field*Name") desc {code} ... the sort parsing code *could* even be optimized to detect when a function sort results in a FieldValueSource and swap it out with a regular sort ... but i'm not sure if there are any gotchas there. > FunctionQParser can't handle fieldnames containing whitespace > ------------------------------------------------------------- > > Key: SOLR-2335 > URL: https://issues.apache.org/jira/browse/SOLR-2335 > Project: Solr > Issue Type: Bug > Affects Versions: 1.4.1 > Reporter: Miriam Doelle > Priority: Minor > Attachments: SOLR-2335.patch > > > FunctionQParser has some simplistic assumptions about what types of field names it will deal with, in particular it can't deal with field names containing whitespaces. -- This message is automatically generated by JIRA. 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