Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA69D9852 for ; Thu, 29 Sep 2011 15:45:17 +0000 (UTC) Received: (qmail 10184 invoked by uid 500); 29 Sep 2011 15:45:14 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 10066 invoked by uid 500); 29 Sep 2011 15:45:14 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 10056 invoked by uid 99); 29 Sep 2011 15:45:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 15:45:14 +0000 X-ASF-Spam-Status: No, hits=-1.4 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjsu-solr-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 15:45:06 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R9Imw-00011t-Tz for solr-user@lucene.apache.org; Thu, 29 Sep 2011 17:44:42 +0200 Received: from 194.65.5.235 ([194.65.5.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2011 17:44:42 +0200 Received: from luis.neves by 194.65.5.235 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2011 17:44:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: solr-user@lucene.apache.org From: Luis Neves Subject: Re: Distributed search has problems with some field names Date: Thu, 29 Sep 2011 16:44:36 +0100 Lines: 17 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 194.65.5.235 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110923 Thunderbird/7.0 In-Reply-To: Hi, On 09/29/2011 03:10 PM, Erick Erickson wrote: > I know I've seen other anomalies with odd characters > in field names. In general, it's much safer to use > only letters, numbers, and underscores. In fact, I > even prefer lowercase letters. Since you're pretty > sure those work, why not just use them? Yes, that's what I ended up doing, but it involved a reindex. I was trying to avoid that. Thanks! -- Luis Neves