This explicitly sets the type and hits fields to integer, because
otherwise ES guesses long, which Timelion tries to change into integer
when it first loads and it fails.
Should fix #94.
I didn't yet test on Windows, will do that and set the review label afterwards.
This explicitly sets the
type
andhits
fields to integer, because otherwise ES guesseslong
, which Timelion tries to change into integer when it first loads and it fails.Should fix #94.
I didn't yet test on Windows, will do that and set the review label afterwards.