Hi, I'm looking at Solr's features for wildcard search used for a large
amount of text. I read on the net that solr.EdgeNGramFilterFactory is used
to generate tokens for wildcard searching.
For Nigerian => "ni", "nig", "nige", "niger", "nigeri", "nigeria",
"nigeria", "nigerian"
However, I have a
Hi, I am new to Solr and would like to find out if Solr has a spellalike
feature that can fulfill this requirement:
Searching "HAT" in the data that contains "CAT" would match.
It is similar to searching: ?AT, H?T and ?AT.
Other than querying multiple times, do you have advice on how I can optim