Hi all,

I was using lucene-1.9-rc1-dev.jar (got it from luke website I think).
I was running a query whose tostring() was:
-body:angel -body:darpa -body:protocol +MatchAllDocsQuery1.0

When I upgraded to 1.9.1, I am getting an exception:
ava.lang.ArrayIndexOutOfBoundsException: 0
        at 
org.apache.lucene.search.MultiSearcher.rewrite(MultiSearcher.java:268)
        at 
org.apache.lucene.search.MultiSearcher.createWeight(MultiSearcher.java:293)
        at org.apache.lucene.search.Searcher.search(Searcher.java:116)
        at org.apache.lucene.search.Searcher.search(Searcher.java:95)
        at runner.step.LuceneSearchHelper.search(LuceneSearchHelper.java:52)
tostring gives the following:
-body:angel -body:darpa -body:protocol +MatchAllDocsQuery

is that a regression?

thanks,
javier

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to