Hi,
I am trying to decide if I should use text_en or string as my field type.
The fields have to be both indexed and stored for display. One solution is
to duplicate fields, one for indexing other for display.One of the field
happens to be a description field which I would like to avoid duplicating.
Solr should return results when someone searches for John or john.Is
storing a copy of the field the best way to go about this problem?


Thanks

Reply via email to