this is a purely cosmetic refactor that simplifies the schema a little.
at some point our two tokenizers peliasNameTokenizer and peliasStreetTokenizer became the same in all but name.
this PR merges them together into a single tokenizer named peliasTokenizer.
this is a purely cosmetic refactor that simplifies the schema a little. at some point our two tokenizers
peliasNameTokenizer
andpeliasStreetTokenizer
became the same in all but name. this PR merges them together into a single tokenizer namedpeliasTokenizer
.