From java-user-return-45648-apmail-lucene-java-user-archive=lucene.apache.org@lucene.apache.org Thu Apr 01 09:58:37 2010 Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 91484 invoked from network); 1 Apr 2010 09:58:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 09:58:37 -0000 Received: (qmail 55783 invoked by uid 500); 1 Apr 2010 09:58:35 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 55700 invoked by uid 500); 1 Apr 2010 09:58:35 -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 55692 invoked by uid 99); 1 Apr 2010 09:58:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 09:58:34 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ian.lea@gmail.com designates 209.85.218.222 as permitted sender) Received: from [209.85.218.222] (HELO mail-bw0-f222.google.com) (209.85.218.222) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 09:58:27 +0000 Received: by bwz22 with SMTP id 22so764770bwz.5 for ; Thu, 01 Apr 2010 02:58:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:content-type; bh=1GOpLJNcf4+J8e7uFUB4XA3U+mK03SGBkD+Bu6yRSWo=; b=tJzUt/6pBsAMskt6pMg73dV6J/790n7d4zz5J1q53TxonIOYEHuLCtzA9kI9uP+HF+ kijk+woj6j+KngQNT2i12KrStYVLJ3QGIHQQc956d0aye42rhvoys8hCzDPpyiCh6SNH bMNZJZVbkcgraTCOE+fup/SVs95EQdNbJ1JH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=Y8/kmkKoqcKq982KKEUO8LdwnfN/JGkuEJlEKEEhvNoVIxhBiNnl5xwhJikCtFTPzd 0JZUrK4yv2SYhZxH8QbO66f6RWx5KFewO3Yz4+Ube/2dv0ma5jLafp61Po0GvQSj7vn8 +kesVkuqFqty4QLBPOzfIGCX7IJH+Y2c7XoQQ= MIME-Version: 1.0 Received: by 10.204.46.104 with HTTP; Thu, 1 Apr 2010 02:57:47 -0700 (PDT) In-Reply-To: References: From: Ian Lea Date: Thu, 1 Apr 2010 10:57:47 +0100 Received: by 10.204.81.80 with SMTP id w16mr1107010bkk.84.1270115887156; Thu, 01 Apr 2010 02:58:07 -0700 (PDT) Message-ID: Subject: Re: indexing an object To: java-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org There is no way to just index an object as such, but there are ways of creating Fields out of byte arrays or with Readers so you could use them with serialization or something. -- Ian. On Thu, Apr 1, 2010 at 10:46 AM, Bujji wrote: > hi all, > > i want to index an object once instead of indexing it by strings seperately > can i have that facility exisitng or any anlyzer is there ? > please help me > > Thanks > Bujji > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org