On Thu, Aug 16, 2012 at 8:00 AM, Peter Kirk <p...@alpha-solutions.dk> wrote:
> Hi, a question about sorting and dynamic fields in "Solr Specification 
> Version: 3.6.0.2012.04.06.11.34.07".
>
> I have a field defined like
> <dynamicField name="*_int"  type="int"  indexed="true"  stored="true" 
> multiValued="false"/>
>
> Where type int is
> <fieldType name="int" class="solr.TrieIntField" precisionStep="0" 
> omitNorms="true" positionIncrementGap="0"/>

Try adding sortMissingLast="true" to this type.

-Yonik
http://lucidworks.com

Reply via email to