Re: ScoreDocComparator to FieldComparator

2009-06-23 Thread Michael McCandless
privately. Mike On Tue, Jun 23, 2009 at 6:38 AM, Raimon Bosch wrote: > > > Hi! > > We are doing a migration from ScoreDocComparator to FieldComparator in order > to get better performance and try its new features. I was wondering how we > can acces to ScoreDoc's of a docu

ScoreDocComparator to FieldComparator

2009-06-23 Thread Raimon Bosch
Hi! We are doing a migration from ScoreDocComparator to FieldComparator in order to get better performance and try its new features. I was wondering how we can acces to ScoreDoc's of a document inside FieldComparator. Can we use FieldComparator as ScoreDocComparator? Thanks in advance, R