Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 29217 invoked from network); 16 Jul 2007 22:55:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2007 22:55:17 -0000 Received: (qmail 13166 invoked by uid 500); 16 Jul 2007 22:55:09 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 12933 invoked by uid 500); 16 Jul 2007 22:55:08 -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 12912 invoked by uid 99); 16 Jul 2007 22:55:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 15:55:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of markrmiller@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 15:55:05 -0700 Received: by wx-out-0506.google.com with SMTP id i28so1555148wxd for ; Mon, 16 Jul 2007 15:54:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=NVIKei2ZQmhWILx3rB/4kUAkWxtXZzI5g1HOzJXGKYQBWgXN4FTLf8kisjLW7baZ7s/haCFm84Lf0ZWsQkJmUxCVqQlpAIwZwZLC7FOey0B7WRT4CaSbkzIJfWTDQz3Jw0HjYPaO5zkG2phvg1COatJ0lT/Q2USAjiUt/Msh3/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=PG6NP48V1xuGen5nCDUZRlmwxPZ26SbrhY+ieholGiL0lt029vTeq/5FmW7ARYSo6fmQJ2sIQpTUlYIsd4PSePMeIkRRCjP5aig5A5hStNx7PFl+QS7LL1by+/mtgHE9FfdZk3d8hGqTpaB8y99AmN9uYH1zXDk3DMWDUBHuvdY= Received: by 10.90.97.11 with SMTP id u11mr3864290agb.1184626483525; Mon, 16 Jul 2007 15:54:43 -0700 (PDT) Received: from ?192.168.1.100? ( [216.66.114.204]) by mx.google.com with ESMTP id 71sm10125733wry.2007.07.16.15.54.42 (version=SSLv3 cipher=RC4-MD5); Mon, 16 Jul 2007 15:54:43 -0700 (PDT) Message-ID: <469BF6DC.1020200@gmail.com> Date: Mon, 16 Jul 2007 18:53:16 -0400 From: Mark Miller User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: What should I download to use "RegexQuery" References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Its in a contrib jar. Download the release: http://www.apache.org/dyn/closer.cgi/lucene/java/ then look in the contrib folder for a folder that has 'regex' in it for the correct jar. - Mark mhzmark wrote: > Hi, everybody. > I am new in lucene technology. I've downloaded lucene-demos-2.2.0.jar and > lucene-core-2.2.0.jar. Then I added these files to my CLASSPATH. And now I can successfully import classes like: > import org.apache.lucene.search.IndexSearcher; > import org.apache.lucene.search.Query; > import org.apache.lucene.search.Hits; > (...) > etc. > > But I can't import: > import org.apache.lucene.search.regex.RegexQuery; > > I've checked that there is no "RegexQuery.class" in lucene-core-2.2.0.jar and lucene-demos-2.2.0.jar. > So my question is: > what additional jar-files should I download to use RegexQuery class. > > Thanks, in advance. > > --------------------------------------------------------------------- > 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