SEARCH-902: WIP passing unit tests

This commit is contained in:
Joel
2018-06-14 21:22:22 -04:00
committed by Michael
parent 8064188e38
commit 86f60d9ea2

View File

@@ -4185,10 +4185,13 @@ public class SolrInformationServer implements InformationServer
public void doSetNextReader(LeafReaderContext context) throws IOException
{
super.doSetNextReader(context);
currentLongs = context.reader().getNumericDocValues(FIELD_INTXID);
}
public boolean needsScores() {
return false;
}
public void collect(int doc) throws IOException
{
long txnId = currentLongs.get(doc);