On 4/14/2015 11:32 AM, Pedro Figueiredo wrote: > And when I try to sort by "name_sort" the following error is raised: > > "error": { > > "msg": "sort param field can't be found: name_sort", > > "code": 400 > > }
What was the exact sort parameter you sent to Solr? Did you reload the core or restart Solr and then reindex after you changed your schema? A reindex will be required. http://wiki.apache.org/solr/HowToReindex Thanks, Shawn