David Smiley created SOLR-6975:
----------------------------------

             Summary: Sort on _docid_ fails for distributed search
                 Key: SOLR-6975
                 URL: https://issues.apache.org/jira/browse/SOLR-6975
             Project: Solr
          Issue Type: Bug
    Affects Versions: 4.10.3, 4.10.2, 5.0, Trunk
         Environment: Might apply to versions prior to 4.10.2 but I didn't try.
            Reporter: David Smiley


Sorting by {{\_docid\_}} doesn't work for distributed search.  To quickly try 
for yourself, put the following one-liner to 
DistributedQueryComponentOptimizationTest line 74 (after the commit):
{code:java}
query("q", "*:*", "fl", "id,test_sS", "sort", "_docid_ asc", "rows", "20");
{code}

More details to follow...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to