Testing with r997128: I have a field defined as: <fieldType name="bytes" class="solr.TrieLongField" sortMissingLast="true" precisionStep="0" omitNorms="true" positionIncrementGap="0"/>
When I call ?sort=bytes desc, everything works as expected, the biggest thigns are first. When I call ?sort=bytes asc, the entries without a bytes field all go first. I am sort of following the changes in LUCENE-2504, that point to odities with sortMissignLast, but yoniks comments in #997095 suggest this should be working. Am i missing something? Thanks Ryan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org