Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 82327 invoked from network); 10 Aug 2005 14:09:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 14:09:14 -0000 Received: (qmail 75289 invoked by uid 500); 10 Aug 2005 14:09:09 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 75253 invoked by uid 500); 10 Aug 2005 14:09: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 75240 invoked by uid 99); 10 Aug 2005 14:09:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 07:09:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [207.99.47.59] (HELO host54a.simplicato.com) (207.99.47.59) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 07:09:28 -0700 Received: from host54a.simplicato.com (localhost.simplicato.com [127.0.0.1]) by host54a.simplicato.com (Postfix) with ESMTP id 9BE486C0828 for ; Wed, 10 Aug 2005 10:08:48 -0400 (EDT) Received: from pangloss (unknown [216.195.213.27]) by host54a.simplicato.com (Postfix) with SMTP id 9C2CB6C05FA for ; Wed, 10 Aug 2005 10:08:37 -0400 (EDT) From: "Roy Klein" To: Subject: DOM or XML representation of a query? Date: Wed, 10 Aug 2005 10:08:39 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, The "front-end" guys working on my application need a way to pass me complex queries. I was thinking that it'd be pretty straightforward to hand them a package which helps them to create a DOM object which describes a query (i.e. nested Booleans combined with phrases and keyword searches, sort by field, etc). I did a few searches in the archive of this list, but didn't find any examples, however, I suspect it's a common requirement amongst members of this list. Can anybody point be at an example of the above? Thanks! Roy --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org