From java-user-return-24294-apmail-lucene-java-user-archive=lucene.apache.org@lucene.apache.org Thu Nov 02 08:39:43 2006 Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 77526 invoked from network); 2 Nov 2006 08:39:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 08:39:39 -0000 Received: (qmail 31038 invoked by uid 500); 2 Nov 2006 08:39:44 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 30782 invoked by uid 500); 2 Nov 2006 08:39:43 -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 30767 invoked by uid 99); 2 Nov 2006 08:39:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 00:39:43 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 00:39:30 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GfY6P-0003RQ-UI for java-user@lucene.apache.org; Thu, 02 Nov 2006 00:39:09 -0800 Message-ID: <7129679.post@talk.nabble.com> Date: Thu, 2 Nov 2006 00:39:09 -0800 (PST) From: spinergywmy To: java-user@lucene.apache.org Subject: search within search MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: spinergywmy@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I want to perform a search within search feature in my application, so I having this problem and stuck at this point. I be able to retrieve search index from my first search, but having problem to search within the result that I retrieved. I have gone through some of the mailing list archieves, and mentined to use queryFilter method and bitSet method, however I m still not quite get it. In fact, I construct the index search to return in String by using Hits, and I noticed from the archieves it will be a problem doing with Hits in terms of performance wise. However, I hope there are someone can provide me examples on how to solve this problem with not changing a lot the way I coded. Please let me know if the problem above not clear to you and I will explain again. Thanks. regards, Wooi Meng -- View this message in context: http://www.nabble.com/search-within-search-tf2558436.html#a7129679 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