Pascal Chollet created SOLR-5222:
------------------------------------

             Summary: Sorting on dynamic fields using DocValues sorts empty 
values always first
                 Key: SOLR-5222
                 URL: https://issues.apache.org/jira/browse/SOLR-5222
             Project: Solr
          Issue Type: Bug
            Reporter: Pascal Chollet
            Priority: Minor


When using DocValues for sort fields, "sortMissingLast=true" seems not to work 
- which makes sense as DocValues require a value for every document. The 
workaround is to use a default value which is alphanumericly sorted last. But 
when specifying the sort field as a dynamic field, the default value is not 
applied when a document does not contain that field.
To make it work, I had to define every single sort field explicitly.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to