Skip to content

Commit

Permalink
Merge pull request #1256 from abhinavdangeti/missing-tokenfilters
Browse files Browse the repository at this point in the history
Include camelCase, unique token filters
  • Loading branch information
abhinavdangeti committed Jul 3, 2019
2 parents 0a3c176 + 41fd936 commit f9e4034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.go
Expand Up @@ -45,6 +45,7 @@ import (

// token filters
_ "github.com/blevesearch/bleve/analysis/token/apostrophe"
_ "github.com/blevesearch/bleve/analysis/token/camelcase"
_ "github.com/blevesearch/bleve/analysis/token/compound"
_ "github.com/blevesearch/bleve/analysis/token/edgengram"
_ "github.com/blevesearch/bleve/analysis/token/elision"
Expand All @@ -57,6 +58,7 @@ import (
_ "github.com/blevesearch/bleve/analysis/token/stop"
_ "github.com/blevesearch/bleve/analysis/token/truncate"
_ "github.com/blevesearch/bleve/analysis/token/unicodenorm"
_ "github.com/blevesearch/bleve/analysis/token/unique"

// tokenizers
_ "github.com/blevesearch/bleve/analysis/tokenizer/exception"
Expand Down

0 comments on commit f9e4034

Please sign in to comment.