I have a situation where I need to use both EdgeNGramFilterFactory and NGramFilterFactory.
I am using NGramFilterFactory to perform a "contains" style search with min number of characters as 2. I also want to search for the first letter, like a "startswith" with a front EdgeNGramFilterFactory.
I dont want to lower the NGramFilterFactory to min characters of 1 as I dont want to index all characters.
Some help would be greatly appreciated
Cheers