Hi, I looked at TermScorer today in order implement a TermQuery to utilize Payloads from the index. I realized that this class is final in the current trunk. It's kind of obvious that is is declared final for optimization purposes. I wanna know if it is possible to make it non final in the next release or later to use it in a PayloadTermQuery class. I would like to reuse this code and do some additional cleanups like remove the code redundancy in score() / score(HitCollector, int).
Thanks, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org