diff --git a/mapping_index.go b/mapping_index.go index 20bbefb4..1e9219ea 100644 --- a/mapping_index.go +++ b/mapping_index.go @@ -20,10 +20,6 @@ import ( "github.com/blevesearch/bleve/registry" ) -var tRUE = true - -var fALSE = false - const defaultTypeField = "_type" const defaultType = "_default" const defaultField = "_all"