Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 40834 invoked from network); 1 Jun 2010 17:39:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 17:39:06 -0000 Received: (qmail 82302 invoked by uid 500); 1 Jun 2010 17:39:04 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 82269 invoked by uid 500); 1 Jun 2010 17:39:04 -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 82261 invoked by uid 99); 1 Jun 2010 17:39:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 17:39:04 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.69.42.181] (HELO radix.cryptio.net) (208.69.42.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 17:38:58 +0000 Received: by radix.cryptio.net (Postfix, from userid 1007) id 9697271C0A1; Tue, 1 Jun 2010 10:38:37 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by radix.cryptio.net (Postfix) with ESMTP id 94E0171C06E for ; Tue, 1 Jun 2010 10:38:37 -0700 (PDT) Date: Tue, 1 Jun 2010 10:38:37 -0700 (PDT) From: Chris Hostetter To: solr-user@lucene.apache.org Subject: Re: Luke browser does not show non-String Solr fields? In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII : So it seems like Luke does not understand Solr's long type. This : is not a native Lucene type? No, Lucene has concept of "types" ... there are utilities to help encode some data in special ways (particularly numbers) but the underlying lucene index doesn't keep track of when/how you do ths -- so Luke has no way of knowing what "type" the field is. Schema information is specific to Solr. -Hoss