Re: MatchAllDocsQuery and InstantiatedIndex on Lucene 2.9.1

2009-12-10 Thread Jason Fennell
3 Bremen >> http://www.thetaphi.de >> eMail: u...@thetaphi.de >> >> -Original Message- >>> From: Jason Fennell [mailto:jdfenn...@gmail.com] >>> Sent: Wednesday, December 09, 2009 7:48 PM >>> To: java-user@lucene.apache.org >>> Su

Re: MatchAllDocsQuery and InstantiatedIndex on Lucene 2.9.1

2009-12-10 Thread Karl Wettin
Subject: MatchAllDocsQuery and InstantiatedIndex on Lucene 2.9.1 I'm trying to upgrade our application from Lucene 2.4.1 to Lucene 2.9.1. I've been using an InstantiatedIndex to do a bunch of unit testing, but am running into a some problems with Lucene 2.9.1. In particular, when I

RE: MatchAllDocsQuery and InstantiatedIndex on Lucene 2.9.1

2009-12-09 Thread Uwe Schindler
http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Jason Fennell [mailto:jdfenn...@gmail.com] > Sent: Wednesday, December 09, 2009 7:48 PM > To: java-user@lucene.apache.org > Subject: MatchAllDocsQuery and InstantiatedIndex on Lucene 2.9.1 >

MatchAllDocsQuery and InstantiatedIndex on Lucene 2.9.1

2009-12-09 Thread Jason Fennell
I'm trying to upgrade our application from Lucene 2.4.1 to Lucene 2.9.1. I've been using an InstantiatedIndex to do a bunch of unit testing, but am running into a some problems with Lucene 2.9.1. In particular, when I try to run a MatchAllDocsQuery on my InstantiatedIndex (which worked fine on 2.4.