On 2022/09/07 22:09:58 Joel Bernstein wrote: > The sort is on a tokenized field. You'll likely need to sort on a string or > SortableTextField to get the correct ordering. > > https://solr.apache.org/guide/8_6/field-types-included-with-solr.html > > > Joel Bernstein > http://joelsolr.blogspot.com/
Thank you, I'll try to use string or SortableTextField, but I still don't understand why sorting on a tokenized field doesn't work as expected when all the tokens are the same except for one. Why Solr doesn't sort by this term? Netta Steinberg
