Skip to content

Commit

Permalink
Address Ryan's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mayya-sharipova committed Nov 3, 2020
1 parent 77b187f commit fe4409c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ public int docValueCount() {

@Override
public ScriptDocValues<?> getScriptValues() {
return new UnsignedLongScriptDocValues(getLongValues());
// TODO: add support for scripts
throw new UnsupportedOperationException("Using unsigned_long in scripts is currently not supported!");
}

@Override
Expand Down

0 comments on commit fe4409c

Please sign in to comment.