Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions synonyms/street_synonyms_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ round, rnd
route, rt, rte
row, rw
run, rn
saint, st
serviceway, swy, svwy, svcwy
shoal, shl
shoals, shls
Expand Down
3 changes: 2 additions & 1 deletion test/fixtures/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@
"route,rt,rte",
"row,rw",
"run,rn",
"saint,st",
"serviceway,swy,svwy,svcwy",
"shoal,shl",
"shoals,shls",
Expand Down Expand Up @@ -1684,4 +1685,4 @@
},
"dynamic": "strict"
}
}
}
2 changes: 1 addition & 1 deletion test/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ module.exports.tests.streetSynonymEnglishFilter = function(test, common) {
var filter = s.analysis.filter.street_synonyms_en;
t.equal(filter.type, 'synonym');
t.true(Array.isArray(filter.synonyms));
t.equal(filter.synonyms.length, 373);
t.equal(filter.synonyms.length, 374);
t.end();
});
};
Expand Down