On 30 October 2012 16:57, Leena Jawale <leena.jaw...@lntinfotech.com> wrote: > Hi, > > I understand that in the solr search considering the field type as text_en > and not as int for the fields. > So how do I convert the field type of a particular field in solr XML as int > so that I can operate that > field for range queries in solr?? [...]
The field type is defined in the Solr schema.xml. The field name in the Solr XML used to index to Solr must match this. Regards, Gora