Skip to content

Commit

Permalink
bugfix for sorted_numeric, fill numerics
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjingjing authored and jtong11 committed Oct 9, 2020
1 parent 8132ace commit c5d9e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl Lucene54DocValuesProducer {
)?;

match entry {
Some(n) => ords.insert(info.name.clone(), n),
Some(n) => numerics.insert(info.name.clone(), n),
_ => unreachable!(),
};

Expand Down

0 comments on commit c5d9e03

Please sign in to comment.