Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 86587 invoked from network); 18 Dec 2003 11:25:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Dec 2003 11:25:17 -0000 Received: (qmail 85821 invoked by uid 500); 18 Dec 2003 11:24:45 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 85792 invoked by uid 500); 18 Dec 2003 11:24:44 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 85778 invoked from network); 18 Dec 2003 11:24:44 -0000 Received: from unknown (HELO web12708.mail.yahoo.com) (216.136.173.245) by daedalus.apache.org with SMTP; 18 Dec 2003 11:24:44 -0000 Message-ID: <20031218112458.5565.qmail@web12708.mail.yahoo.com> Received: from [194.152.224.68] by web12708.mail.yahoo.com via HTTP; Thu, 18 Dec 2003 03:24:58 PST Date: Thu, 18 Dec 2003 03:24:58 -0800 (PST) From: Otis Gospodnetic Subject: Re: Wildcard in Field To: Lucene Users List In-Reply-To: <004901c3c553$906e96f0$6502a8c0@boven> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N You can use raw *Query classes and OR, perhaps. Or, if you are using QueryParser, there is a MultiFieldQueryParser (or something like that) class....which I've used awhile ago. Otis --- Thijs Cadier wrote: > I'm implementing Lucene in our Content Management system. A plugin > for every > type of content fills the Document, so I have no control over the > amount and > names of the fields. > > Now I'm trying to do a search in every field. But Lucene won't accept > a * as > a field name in the Query. Is there a way to perform a search like > this? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org