Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 2245 invoked from network); 16 Nov 2008 15:41:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2008 15:41:17 -0000 Received: (qmail 99134 invoked by uid 500); 16 Nov 2008 15:41:17 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 99094 invoked by uid 500); 16 Nov 2008 15:41:17 -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 99083 invoked by uid 99); 16 Nov 2008 15:41:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Nov 2008 07:41:17 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.68.5.17] (HELO relay03.pair.com) (209.68.5.17) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 16 Nov 2008 15:39:55 +0000 Received: (qmail 51678 invoked from network); 16 Nov 2008 15:39:35 -0000 Received: from 68.48.101.76 (HELO ?192.168.2.3?) (68.48.101.76) by relay03.pair.com with SMTP; 16 Nov 2008 15:39:35 -0000 X-pair-Authenticated: 68.48.101.76 Subject: InstantiatedIndex help From: Darren Govoni To: java-user@lucene.apache.org Content-Type: text/plain Date: Sun, 16 Nov 2008 10:39:43 -0500 Message-Id: <1226849983.12418.8.camel@nuraku> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi gang, I am trying to trace the 2.4 API to create an InstantiatedIndex, but its rather difficult to connect directory,reader,search,index etc just reading the javadocs. I have a (POI - plain old index) directory already and want to create a faster InstantiatedIndex and IndexSearcher to query it like before. What's the proper order to do this? Also, if anyone has any empirical data on the performance or reliability of InstantiatedIndex, I'd be curious. Thanks for the tips! Darren --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org