Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 53097 invoked from network); 22 Nov 2010 16:20:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Nov 2010 16:20:57 -0000 Received: (qmail 96649 invoked by uid 500); 22 Nov 2010 16:21:26 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 96429 invoked by uid 500); 22 Nov 2010 16:21:24 -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 96414 invoked by uid 99); 22 Nov 2010 16:21:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 16:21:23 +0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.208.49.57] (HELO smail2.alcatel.fr) (64.208.49.57) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Nov 2010 16:21:14 +0000 Received: from FRMRSSXCHHUB03.dc-m.alcatel-lucent.com (FRMRSSXCHHUB03.dc-m.alcatel-lucent.com [135.120.45.63]) by smail2.alcatel.fr (8.14.3/8.14.3/ICT) with ESMTP id oAMGKqsU020450 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 22 Nov 2010 17:20:53 +0100 Received: from FRMRSSXCHMBSD1.dc-m.alcatel-lucent.com ([135.120.45.51]) by FRMRSSXCHHUB03.dc-m.alcatel-lucent.com ([135.120.45.63]) with mapi; Mon, 22 Nov 2010 17:20:52 +0100 From: "ZYWALEWSKI, DANIEL (DANIEL)" To: "java-user@lucene.apache.org" Date: Mon, 22 Nov 2010 17:20:51 +0100 Subject: incremental indexation Thread-Topic: incremental indexation Thread-Index: AcuKYTrytS3ccVYBRd2buuwH8uKHYw== Message-ID: Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: fr-FR, en-US Content-Type: multipart/alternative; boundary="_000_DD3CD532C204E24992220E891AD05CA4472C4D8B56FRMRSSXCHMBSD_" MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.64 on 155.132.188.80 X-Virus-Checked: Checked by ClamAV on apache.org --_000_DD3CD532C204E24992220E891AD05CA4472C4D8B56FRMRSSXCHMBSD_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I'm just stuck with one problem and don't know how to figure it out. I'm w= orking on the indexation of the objects that are in computer memory (they e= xist only in my java code). Don't have any problems with indexing it, howev= er I have no idea how to re-index it if they change during the execution of= this code; one of my ideas is adding some events to this objects (if you c= hange any parameters -> reindex it ). However I'm not sure about its effici= ency? Thank you in advance Daniel --_000_DD3CD532C204E24992220E891AD05CA4472C4D8B56FRMRSSXCHMBSD_--