[
https://issues.apache.org/jira/browse/SOLR-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761188#action_12761188
]
Erik Hatcher commented on SOLR-1478:
------------------------------------
Only the LukeRequestHandler, that I can tell, allows fetching a document by
docid and returns it in the response too.
I don't see a need to return the docid even if one is sorting by it. Sorting
by docid allows for last-in-first-out, or first-in-first-out, sorting without
any caching overhead of sorting by a field.
> 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.