From lucene-user-return-7172-apmail-jakarta-lucene-user-archive=jakarta.apache.org@jakarta.apache.org Tue Feb 17 11:54:04 2004 Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 74220 invoked from network); 17 Feb 2004 11:54:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Feb 2004 11:54:04 -0000 Received: (qmail 11348 invoked by uid 500); 17 Feb 2004 11:53:56 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 11298 invoked by uid 500); 17 Feb 2004 11:53:56 -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 11216 invoked from network); 17 Feb 2004 11:53:55 -0000 Received: from unknown (HELO smtprelay01.ispgateway.de) (62.67.200.156) by daedalus.apache.org with SMTP; 17 Feb 2004 11:53:55 -0000 Received: (qmail 14032 invoked from network); 17 Feb 2004 11:53:54 -0000 Received: from unknown (HELO tcn.local) ([pbs]652696@[217.231.226.69]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 17 Feb 2004 11:53:54 -0000 Received: from localhost (localhost [127.0.0.1]) by tcn.local (Postfix) with ESMTP id D718322D6 for ; Tue, 17 Feb 2004 12:53:54 +0100 (CET) From: lucene@nitwit.de To: "Lucene Users List" Subject: Re: Did you mean... Date: Tue, 17 Feb 2004 12:53:54 +0100 User-Agent: KMail/1.6 References: <200402161550.37846.lucene@nitwit.de> <46133235-60BA-11D8-90EC-000393A564E6@ehatchersolutions.com> In-Reply-To: <46133235-60BA-11D8-90EC-000393A564E6@ehatchersolutions.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402171253.54461.lucene@nitwit.de> 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 On Monday 16 February 2004 20:56, Erik Hatcher wrote: > On Feb 16, 2004, at 9:50 AM, lucene@nitwit.de wrote: > > TokenStream in = new WhitespaceAnalyzer().tokenStream("contents", new > > StringReader(doc.getField("contents").stringValue())); > > The field is the field name. No built-in analyzers use it, but custom > analyzers could key off of it to do field-specific analysis. Look at If I want to tokenize all Fields I would have to get a tokenStream of each Field seperately and process them seperately? Or can I get one "master stream" that compounds all Fields? --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org