RE: Unsupported operation in DocIdSetIterator using lucene 2.9

2010-05-13 Thread Uwe Schindler
> I am using lucene 2.9 and I can't understand why a succession of > un-deprecated methods calls a deprecated method in this class. > The series of calls is as follows: > > Searcher.search(Query, Collector) > IndexSearcher.search(Weight, Filter, Collector) > Scorer.score(Collector) > DocIdSetItera

Unsupported operation in DocIdSetIterator using lucene 2.9

2010-05-12 Thread Gregory Tarr
I am using lucene 2.9 and I can't understand why a succession of un-deprecated methods calls a deprecated method in this class. The series of calls is as follows: Searcher.search(Query, Collector) IndexSearcher.search(Weight, Filter, Collector) Scorer.score(Collector) DocIdSetIterator.nextDoc() Do