Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 85244 invoked from network); 26 Jun 2008 20:32:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 20:32:46 -0000 Received: (qmail 38887 invoked by uid 500); 26 Jun 2008 20:32:41 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 38827 invoked by uid 500); 26 Jun 2008 20:32:41 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 38817 invoked by uid 99); 26 Jun 2008 20:32:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 13:32:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jason.rutherglen@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 20:31:47 +0000 Received: by py-out-1112.google.com with SMTP id z74so62384pyg.9 for ; Thu, 26 Jun 2008 13:32:07 -0700 (PDT) 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; bh=rBuUTfg6vnoh7TfyxUy7w219SjcJ6qIJsh8V+boWF5g=; b=C+OOfgODaTX0q7TA/mliJWWqM2eln+MVuAbOpGSIhTqAAM/L/Z0RvsN2fDYGevViYu MDxddLHoNSIJpSxMH4TE+3gjLNtKXTU8wbWIcx8MxZ/KYlmXVbPpfRZd+vCtgw2SH0O1 hJucVf2wBFyasGKuORd7w/bCP4+ax4f6LzjG8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=oJRHZttjqtWAn6hn84mtTftM8BNBGcjjnKJxHOr1JfvN2hMKqDf8ZCJUnRhDBuTTV3 xtdYgEvhq6HLkbtzOAcjGGD0MuOUAr3vJX24BWuzFoZ1omnR8TvK5CvrDqVUtpJj0wIb Z/ltmR8lTIsinIRFAhY/ayhowP+0sKtQsltqc= Received: by 10.115.18.3 with SMTP id v3mr536869wai.180.1214512326575; Thu, 26 Jun 2008 13:32:06 -0700 (PDT) Received: by 10.114.182.2 with HTTP; Thu, 26 Jun 2008 13:32:06 -0700 (PDT) Message-ID: <85d3c3b60806261332s311fb0d4i8f92a1994f51c107@mail.gmail.com> Date: Thu, 26 Jun 2008 16:32:06 -0400 From: "Jason Rutherglen" To: java-dev@lucene.apache.org Subject: InstantiatedIndexReader error in norms MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7602_31438950.1214512326546" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7602_31438950.1214512326546 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I did not see this bug when I added documents to the InstantiatedIndex using addDocument. When I use InstantiatedIndex(IndexReader sourceIndexReader) I'm getting a java.lang.NullPointerException at org.apache.lucene.store.instantiated.InstantiatedIndexReader.norms. No other changes, I removed the overriding of norms methods I had in the subclass so that should not be the issue. ------=_Part_7602_31438950.1214512326546 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I did not see this bug when I added documents to the InstantiatedIndex using addDocument.  When I use InstantiatedIndex(IndexReader sourceIndexReader) I'm getting a java.lang.NullPointerException at org.apache.lucene.store.instantiated.InstantiatedIndexReader.norms.  No other changes, I removed the overriding of norms methods I had in the subclass so that should not be the issue. 
------=_Part_7602_31438950.1214512326546--