Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 45372 invoked from network); 22 Dec 2008 12:44:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 12:44:09 -0000 Received: (qmail 29771 invoked by uid 500); 22 Dec 2008 12:44:09 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 29729 invoked by uid 500); 22 Dec 2008 12:44:09 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 29717 invoked by uid 99); 22 Dec 2008 12:44:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 04:44:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [125.16.132.219] (HELO email.atharvasoftware.com) (125.16.132.219) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 12:44:00 +0000 Received: from localhost (localhost [127.0.0.1]) by email.atharvasoftware.com (Postfix) with ESMTP id 3DCD038EAA for ; Mon, 22 Dec 2008 18:13:37 +0530 (IST) X-Virus-Scanned: amavisd-new at X-Spam-Score: -4.399 X-Spam-Level: Received: from email.atharvasoftware.com ([127.0.0.1]) by localhost (email.atharvasoftware.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5mwLnLP-HNG1 for ; Mon, 22 Dec 2008 18:13:36 +0530 (IST) Received: from email.atharvasoftware.com (email.atharvasoftware.com [192.168.1.102]) by email.atharvasoftware.com (Postfix) with ESMTP id 754F238EA8 for ; Mon, 22 Dec 2008 18:13:36 +0530 (IST) Date: Mon, 22 Dec 2008 18:13:36 +0530 (IST) From: Amar To: dev@cxf.apache.org Message-ID: <27792590.8991229949816285.JavaMail.root@email> In-Reply-To: <2061361.8971229949780318.JavaMail.root@email> Subject: Lucene search problem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.1.25] X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO X-Old-Spam-Status: No, score=-4.399 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599] Hi, I have problem with lucene search, I am quite new to this. Can some body help or just push me to who can please. Problem what I am facing we need search for object whose attribute "chain" contaning null, but lucene does not help indexing the null values.. how can I achieve this, or please guide me the alternative way of doing this. Thanks in advance. -Amar