summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/blevesearch/bleve/document/field_numeric.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/blevesearch/bleve/document/field_numeric.go')
-rw-r--r--vendor/github.com/blevesearch/bleve/document/field_numeric.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/blevesearch/bleve/document/field_numeric.go b/vendor/github.com/blevesearch/bleve/document/field_numeric.go
index 7faae2bbb8..e32993c887 100644
--- a/vendor/github.com/blevesearch/bleve/document/field_numeric.go
+++ b/vendor/github.com/blevesearch/bleve/document/field_numeric.go
@@ -21,7 +21,7 @@ import (
"github.com/blevesearch/bleve/numeric"
)
-const DefaultNumericIndexingOptions = StoreField | IndexField
+const DefaultNumericIndexingOptions = StoreField | IndexField | DocValues
const DefaultPrecisionStep uint = 4