mirror of https://github.com/apache/lucene.git
Rename docvalues to values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aa83c232a7
commit
9a15b3f449
|
@ -105,8 +105,8 @@ public class FunctionAllGroupHeadsCollector extends AbstractAllGroupHeadsCollect
|
|||
|
||||
public void setNextReader(AtomicReaderContext context) throws IOException {
|
||||
this.readerContext = context;
|
||||
FunctionValues docValues = groupBy.getValues(vsContext, context);
|
||||
filler = docValues.getValueFiller();
|
||||
FunctionValues values = groupBy.getValues(vsContext, context);
|
||||
filler = values.getValueFiller();
|
||||
mval = filler.getValue();
|
||||
|
||||
for (GroupHead groupHead : groups.values()) {
|
||||
|
|
Loading…
Reference in New Issue