[ 
https://issues.apache.org/jira/browse/SOLR-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762205#comment-13762205
 ] 

Robert Muir commented on SOLR-5222:
-----------------------------------

Seems like the real bug is unrelated to docvalues: if you try to supply a 
default value for a dynamic field you should get an exception.
                
> 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
>            Assignee: Hoss Man
>            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