49505152535455
{ /** Create a new Matching instance based on the specified index */ public Full(Index index) { super(index); resultSet = new AccumulatorResultSet(collectionStatistics.getNumberOfDocuments()); }
59606162636465
{ /** Create a new Matching instance based on the specified index */ public FullNoPLM(Index index) { super(index); resultSet = new AccumulatorResultSet(collectionStatistics.getNumberOfDocuments()); }