mirror of https://github.com/apache/lucene.git
Rename docvalues to values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e132e006a
commit
9276e43685
|
@ -79,8 +79,8 @@ public class FunctionAllGroupsCollector extends AbstractAllGroupsCollector<Mutab
|
|||
* {@inheritDoc}
|
||||
*/
|
||||
public void setNextReader(AtomicReaderContext context) throws IOException {
|
||||
FunctionValues docValues = groupBy.getValues(vsContext, context);
|
||||
filler = docValues.getValueFiller();
|
||||
FunctionValues values = groupBy.getValues(vsContext, context);
|
||||
filler = values.getValueFiller();
|
||||
mval = filler.getValue();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue