Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 54348 invoked from network); 13 Nov 2009 18:50:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Nov 2009 18:50:24 -0000 Received: (qmail 85151 invoked by uid 500); 13 Nov 2009 18:50:22 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 85066 invoked by uid 500); 13 Nov 2009 18:50:22 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 85039 invoked by uid 99); 13 Nov 2009 18:50:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 18:50:22 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of erickerickson@gmail.com designates 209.85.223.186 as permitted sender) Received: from [209.85.223.186] (HELO mail-iw0-f186.google.com) (209.85.223.186) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2009 18:50:11 +0000 Received: by iwn16 with SMTP id 16so2885870iwn.29 for ; Fri, 13 Nov 2009 10:49:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=J7ut6PIqr6pAcLmM0ehM7FQAgicGPFWIt5t+hpOFLbA=; b=HK4xNguY5ydU6W6L9C+mq31tryRsHFTQOtnB5+aWsvb8CU212kny42FoWi9VfKg1Nn j8ZdgQZm/T0Efon4Eb0s691tkMQuCgg2knhgKO6GPXUIM4GFfWmPFu/n37bLgVWBAVIY u/Br7QGw9XYDIL4I8cbAxUq9h0YYG5ZX8u3Qk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=h4aE7JUYhCJ3P0WF7VA9sN6ASZgRl41NvBlq68RO7GOXkJz7mBSfNDzMYwDaAiaXAU ljeIC9JVWVMg7C4V1BUrauwb/3IVzbAKcT0Kid35NBVCsK+FMfZ5VixpxGo4M1pQ326K 13jRU0VDDz0632FVi+/00qVpPfixi+v8t2WkI= MIME-Version: 1.0 Received: by 10.231.122.162 with SMTP id l34mr599556ibr.20.1258138187258; Fri, 13 Nov 2009 10:49:47 -0800 (PST) In-Reply-To: <1001FC65EC1F48608D9335271643A6DA@VEGA> References: <26339576.post@talk.nabble.com> <1001FC65EC1F48608D9335271643A6DA@VEGA> Date: Fri, 13 Nov 2009 13:49:47 -0500 Message-ID: <359a92830911131049o1e59a8c8j5e34a57697cbf5a8@mail.gmail.com> Subject: Re: listing all fields used in any documents From: Erick Erickson To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=0016e64608e4bb7b4a0478451f86 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64608e4bb7b4a0478451f86 Content-Type: text/plain; charset=ISO-8859-1 Ooooh, that'll teach me . On Fri, Nov 13, 2009 at 1:30 PM, Uwe Schindler wrote: > List IndexReader.getFieldNames() ? > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: uwe@thetaphi.de > > > -----Original Message----- > > From: vsevel [mailto:v.sevel@lombardodier.com] > > Sent: Friday, November 13, 2009 5:44 PM > > To: java-user@lucene.apache.org > > Subject: listing all fields used in any documents > > > > > > Hi, > > > > I am indexing log4j/logback/JUL logging events. my documents includes > > regular fields (eg: logger, message, date, ...) and custom fields that > > applications choose to use (eg: MDC). > > I would like to do full text searches on those fields just as I do on > > regular fields, I just need to know about them... > > > > Is there a way of listing all fields that are used in any of the > > documents? > > > > Thanks, > > vince > > -- > > View this message in context: http://old.nabble.com/listing-all-fields- > > used-in-any-documents-tp26339576p26339576.html > > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > > For additional commands, e-mail: java-user-help@lucene.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --0016e64608e4bb7b4a0478451f86--