Skip to content

Commit

Permalink
feat(settings): remove disused peliasTwoEdgeGramFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Sep 25, 2019
1 parent 013236a commit b1ac11f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ function generate(){
"min_gram" : 1,
"max_gram" : 24
},
"peliasTwoEdgeGramFilter": {
"type" : "edgeNGram",
"min_gram" : 2,
"max_gram" : 24
},
"removeAllZeroNumericPrefix" :{
"type" : "pattern_replace",
"pattern" : "^(0*)",
Expand Down
5 changes: 0 additions & 5 deletions test/fixtures/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,6 @@
"min_gram": 1,
"max_gram": 24
},
"peliasTwoEdgeGramFilter": {
"type": "edgeNGram",
"min_gram": 2,
"max_gram": 24
},
"removeAllZeroNumericPrefix": {
"type": "pattern_replace",
"pattern": "^(0*)",
Expand Down

0 comments on commit b1ac11f

Please sign in to comment.