Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 23757 invoked from network); 5 Jul 2010 12:08:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Jul 2010 12:08:43 -0000 Received: (qmail 95788 invoked by uid 500); 5 Jul 2010 12:08:41 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 95435 invoked by uid 500); 5 Jul 2010 12:08:37 -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 95405 invoked by uid 99); 5 Jul 2010 12:08:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 12:08:35 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of erickerickson@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qw0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jul 2010 12:08:28 +0000 Received: by qwd7 with SMTP id 7so2660754qwd.35 for ; Mon, 05 Jul 2010 05:07:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=lQ5jnasvJKL0vWHLB66IhPJdaS/moNy7+I8ziG+r/ps=; b=EQK0ciW1Ax4K5c2ivDLL3I2Cx1315G1CUjTQfmRti6NLadI9xOPzo2bJW32S9w+aGk 74/dxdccseg2jFKQKUL1JFsoG/SHGuoPxnF07wZluRUeWV1odUl4tI+YSvK86IT0GPr7 /09An6G3VH37Op2OjGirREKZaQLQIke0HXZhw= 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=dkVBtNuBef93KerTmpf1dUYYUFk164Xk6HMJprrsbh16/eCjdRN4PUJoW/H+Jl33V5 6QouPmhfgLQjggqoXUVdFup+w1mzSzb9xpqo+prFlRClp2BHPn9DL9aX7DulAyHRXye4 0MPwhmMrz4sbLV7bRa6KeELW1BcTW9zkT9vYk= MIME-Version: 1.0 Received: by 10.224.116.20 with SMTP id k20mr1371037qaq.308.1278331638356; Mon, 05 Jul 2010 05:07:18 -0700 (PDT) Received: by 10.150.197.7 with HTTP; Mon, 5 Jul 2010 05:07:18 -0700 (PDT) In-Reply-To: References: Date: Mon, 5 Jul 2010 08:07:18 -0400 Message-ID: Subject: Re: search for a string which begins with a '$' character From: Erick Erickson To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=00148501705a359cf0048aa2c774 X-Virus-Checked: Checked by ClamAV on apache.org --00148501705a359cf0048aa2c774 Content-Type: text/plain; charset=ISO-8859-1 You're probably getting mislead by storing .vs. indexing. When you say that the '$' is showing up in Luke, I'm guessing that what you actually are looking at is the stored value rather than the indexed tokens. You can look at both with Luke, but it can be confusing... FWIW Erick On Thu, Jul 1, 2010 at 2:56 PM, Nathaniel Auvil wrote: > i am trying to search for a value which begins with a '$' or even sometimes > '$$'. '$' is not listed as a special character and no matter what i try, i > can not get a search for $* to return anything. Using Luke, i browse my > index and see several entries where the value exists with a leading '$'. > How can i search for these? > --00148501705a359cf0048aa2c774--