[
https://issues.apache.org/jira/browse/SOLR-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761518#action_12761518
]
Erik Hatcher commented on SOLR-1478:
------------------------------------
I committed, and left the special "field" as "#". I'd rather avoid a string
that could potentially be a field name in use, and sorting by docid will be
such a specialized case that the encoding confusion won't be too bad. Folks
have to deal with URL encoding everywhere anyway. I kinda like that character
to mean "number".
> Enable sort by docid
> --------------------
>
> Key: SOLR-1478
> URL: https://issues.apache.org/jira/browse/SOLR-1478
> Project: Solr
> Issue Type: New Feature
> Components: search
> Reporter: Erik Hatcher
> Priority: Minor
> Fix For: 1.4
>
> Attachments: SOLR-1478.patch
>
>
> Lucene allows sorting by docid, but Solr currently does not provide a way to
> specify it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.