Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 41835 invoked from network); 13 Feb 2008 16:04:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2008 16:04:13 -0000 Received: (qmail 33821 invoked by uid 500); 13 Feb 2008 16:04:00 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 33780 invoked by uid 500); 13 Feb 2008 16:04:00 -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 33769 invoked by uid 99); 13 Feb 2008 16:04:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 08:04:00 -0800 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 16:03:14 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JPK59-0004Ly-Df for java-user@lucene.apache.org; Wed, 13 Feb 2008 08:03:35 -0800 Message-ID: <15459824.post@talk.nabble.com> Date: Wed, 13 Feb 2008 08:03:35 -0800 (PST) From: Cesar Ronchese To: java-user@lucene.apache.org Subject: Retrieving parsed query string terms MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ronchese@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hey, its me again :P I've been looking a way to retrieve all parsed terms from a given query string, but no success till now. For example, I need convert: word01 "word02 word03" AND word04 theField:(xyz) mod_date:[20020101 TO 20030101] (abc OR xyp) into: word01 "word02 word03" word04 theField:(xyz) mod_date:[20020101 TO 20030101] (abc OR xyp) Is there a way to retrive those results in a string array or term objects? Thanks in advance. Cesar -- View this message in context: http://www.nabble.com/Retrieving-parsed-query-string-terms-tp15459824p15459824.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org