Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 71588 invoked from network); 10 Sep 2007 23:18:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 23:18:21 -0000 Received: (qmail 50233 invoked by uid 500); 10 Sep 2007 23:18:09 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 50197 invoked by uid 500); 10 Sep 2007 23:18:09 -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 50186 invoked by uid 99); 10 Sep 2007 23:18:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 16:18:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [203.217.22.128] (HELO file1.syd.nuix.com.au) (203.217.22.128) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 23:19:40 +0000 Received: from host68.syd.nuix.com.au (host68.syd.nuix.com.au [192.168.222.68]) by file1.syd.nuix.com.au (Postfix) with ESMTP id 9B75A4A81F5 for ; Tue, 11 Sep 2007 09:15:38 +1000 (EST) From: Daniel Noll To: java-user@lucene.apache.org Subject: Re: Storing Host and IP Information in Lucene Date: Tue, 11 Sep 2007 09:14:25 +1000 User-Agent: KMail/1.9.7 References: <12593257.post@talk.nabble.com> In-Reply-To: <12593257.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709110914.25237.daniel@nuix.com> X-Virus-Checked: Checked by ClamAV on apache.org On Monday 10 September 2007 23:53:06 AnkitSinghal wrote: > And if i make the field as UNTOKENIZED i cannot search for queries like > host:xyz.* . I'm not sure why that wouldn't work. If the stored token is xyz.example.com, then xyz.* will certainly match it. Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org