Did you try the sort? Operations applied in the indexing analysis chain do
not affect the stored version of the field, the one you see in search
results.  They only affect the internal lucene indexed version of the
field, which is what will be used for sorting. The Solr admin UI provides
an Analysis feature which is a convenient way to confirm that your field
analysis is working as expected.

Reply via email to