Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 61642 invoked from network); 14 Apr 2006 14:43:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Apr 2006 14:43:33 -0000 Received: (qmail 85940 invoked by uid 500); 14 Apr 2006 14:43:28 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 85478 invoked by uid 500); 14 Apr 2006 14:43:27 -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 85467 invoked by uid 99); 14 Apr 2006 14:43:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Apr 2006 07:43:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of findmath@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wproxy.gmail.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Apr 2006 07:43:26 -0700 Received: by wproxy.gmail.com with SMTP id 55so558035wri for ; Fri, 14 Apr 2006 07:43:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=kH4HY2H4wsFdGKynSB67xcf/yJyAnhHpr3HlgHKbeewETkKSyWAG7Z8mWEYkCY4KYBmYTiQGX3zFViBfTXLMmBqTjDIKyZvQhm7HnEujaUanJvPEGZ0SoboDxTFZ74hvJyb6/D8cB3z73QxIFcPog2L70edb0CNQ+2JEdahbQ9k= Received: by 10.65.160.18 with SMTP id m18mr976763qbo; Fri, 14 Apr 2006 07:43:05 -0700 (PDT) Received: by 10.65.248.6 with HTTP; Fri, 14 Apr 2006 07:43:05 -0700 (PDT) Message-ID: Date: Fri, 14 Apr 2006 09:43:05 -0500 From: "Rajesh Munavalli" To: java-user@lucene.apache.org Subject: Re: Syntax help In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_27934_2408218.1145025785386" References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_27934_2408218.1145025785386 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline It would be helpful to download Luke (http://www.getopt.org/luke/) and analyze whats getting indexed. Have you tried that? On 4/14/06, Bill Snyder wrote: > > Hello, > > We am using Lucene to facilitate searching of our applications log files. > I > am noticing some inconsistencies in result sets when searching on certain > fields. > > One field we index is the file path. I am using a simple query like > "location:Z:\logs\someLogFile.log". However, I can never get path searche= s > like this to come back with any results. Tried escaping the backslashes > and > colon. Nothing seems to work. I missing something here in my syntax? > > We also index the file name. However, on file names that have mixed case > or > multiple extensions (logfile.D20060303.T234234) I cannot get results > either. > Weird. > > I haven't worked with Lucene very long, so I expect I am missing somethin= g > simple here. > > If you need more info, let me know! > Many Thanks! > > --Bill > > ------=_Part_27934_2408218.1145025785386--