mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-01 14:41:19 +00:00
SEARCH-902: WIP passing unit tests
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user