I have a EdgeNGramFilterFactory field. It is indexing fine. I can see the words it is generating through admin interface. I have copied all other fields to text field for fast searching since text field is the default field for query. I copied the field type of EdgeNGramFilterFactory also to text field. All other field values are available when searching except this field. I need some help.
<field name="city_sub" type="ngram" indexed="true" stored="true"/>
<copyField source="city_sub" dest="text"/>