Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 91247 invoked from network); 18 Dec 2009 12:08:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Dec 2009 12:08:41 -0000 Received: (qmail 34243 invoked by uid 500); 18 Dec 2009 12:08:41 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 34156 invoked by uid 500); 18 Dec 2009 12:08:40 -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 34146 invoked by uid 99); 18 Dec 2009 12:08:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 12:08:40 +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; Fri, 18 Dec 2009 12:08:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 50726234C4CB for ; Fri, 18 Dec 2009 04:08:18 -0800 (PST) Message-ID: <1485167751.1261138098328.JavaMail.jira@brutus> Date: Fri, 18 Dec 2009 12:08:18 +0000 (UTC) From: "Siddhant Goel (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Created: (SOLR-1673) Getting the list of terms from more than one field 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 Getting the list of terms from more than one field -------------------------------------------------- Key: SOLR-1673 URL: https://issues.apache.org/jira/browse/SOLR-1673 Project: Solr Issue Type: Improvement Components: SearchComponents - other Affects Versions: 1.4 Environment: Operating system - Linux (Archlinux) Servlet container - Jetty Reporter: Siddhant Goel Priority: Minor Fix For: 1.5 To get the list of terms from more than one field, its currently required to specify the fields as terms.fl=field1&terms.fl=field2&terms.fl=field3, and so on. It would be better if the syntax can be modified to something like terms.fl=field1,field2,field3. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.