I want to create a custom analyzer for my node project. I want to use my own list of words as analyzer.
But I can only use default or pre-defined analyzer while creating an index.
I search a lot on web but didn't found anything helpful.
Ex: When I try to search for "Überlieferungen" by searching "*lieferungen",
I found 0 results, but when i try to search with "*lieferung" it will give a proper results.
That's why I want to create a custom analyzer so I can manage list of words.