Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 47567 invoked from network); 20 Sep 2004 03:44:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Sep 2004 03:44:22 -0000 Received: (qmail 27998 invoked by uid 500); 20 Sep 2004 03:44:14 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 27971 invoked by uid 500); 20 Sep 2004 03:44:14 -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 27957 invoked by uid 99); 20 Sep 2004 03:44:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of fraschetti@gmail.com designates 64.233.170.196 as permitted sender) Received: from [64.233.170.196] (HELO mproxy.gmail.com) (64.233.170.196) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 19 Sep 2004 20:44:12 -0700 Received: by mproxy.gmail.com with SMTP id 78so2444762rnl for ; Sun, 19 Sep 2004 20:44:11 -0700 (PDT) Received: by 10.38.163.33 with SMTP id l33mr884931rne; Sun, 19 Sep 2004 20:44:10 -0700 (PDT) Received: by 10.38.171.15 with HTTP; Sun, 19 Sep 2004 20:44:10 -0700 (PDT) Message-ID: Date: Sun, 19 Sep 2004 20:44:10 -0700 From: Chris Fraschetti Reply-To: Chris Fraschetti To: Lucene Users List Subject: range and content query Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N can someone assist me in building or deny the possibility of combing a range query and a standard query? say for instance i have two fields i'm searching on... one being the a field with an epoch date associated with the entry, and the content.... so how can I make a query to select a range of thos epochs, as well as search through the content? can it be done in one query, or do I have to perform a query upon a query, and if so, what might the syntax look like? -- ____________________________ Chris Fraschetti e fraschetti@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org