i am using the following filter
"name_ngrams":{
"side":"front",
"max_gram":50,
"min_gram":2,
"type":"edgeNGram"
},
"name_ngrams_back":{
"side":"back",
"max_gram":50,
"min_gram":2,
"type":"edgeNGram"
},
"name_middle_ngrams":{
"type":"nGram",
"max_gram":50,
"min_gram":2
},
for the index
an i am not using these filters for the search query for some reason when i
search
*technolgy *no result crop up
yet when i search for technology, technologic, technolo, results do apear
anyone might explain why this is happening?
--