Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 87808 invoked from network); 24 Nov 2007 15:26:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2007 15:26:52 -0000 Received: (qmail 41566 invoked by uid 500); 24 Nov 2007 15:26:35 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 41535 invoked by uid 500); 24 Nov 2007 15:26: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 41524 invoked by uid 99); 24 Nov 2007 15:26:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2007 07:26:35 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of haroldo.araras@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2007 15:26:16 +0000 Received: by wx-out-0506.google.com with SMTP id i28so130460wxd for ; Sat, 24 Nov 2007 07:26:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=luIhg3dZE97qnLZY7Kko4sNthj+qMSyIOhLyykQuXKA=; b=K1TD/JMUWOiUwroG+B7nJna4KMdDExtb2AyWILsNW1nZOznio9TyZT85GYSD8l3c/Kk6gEKxUCE8ohrmFJZrtT7G9aQdgz+jAQd8Yevu51Qt7lyx8WjxJUePJMYcrfJ/IbL0be8u3n2jVHTWwroEuEUW104Djk4SXeEPpNcndXU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KFmRgGiHAGJj+IQvZ/Ra/imY3woTBTXx5WY/J1JvcWTHcVG1h0wnGXElUubmyvptR4xGcul1yWqLcDmOzz7XSTrx8YgDAmjs3UVwySu9OlGpUWEogYWaWQfnjOHKmvMAvm+uBqYw9fszgr/qJk13LF1ayaXmsPqKbqvrVuCXAOw= Received: by 10.150.135.2 with SMTP id i2mr30996ybd.1195917978799; Sat, 24 Nov 2007 07:26:18 -0800 (PST) Received: by 10.150.138.12 with HTTP; Sat, 24 Nov 2007 07:26:18 -0800 (PST) Message-ID: <718789d20711240726r7eaf4a60s77c5e71ecde63619@mail.gmail.com> Date: Sat, 24 Nov 2007 12:26:18 -0300 From: "Haroldo Nascimento" To: java-user@lucene.apache.org Subject: Index: mixing the structure of persistence MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a question ? Lucene offers a mixing structure of storage of index, that is, first do search in memoria (ARMDirectory) and in case of not found do search in index file automatically ? For example: Load part of index in memory for do the search fastest. Thnaks --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org