Thanks to reply, Erick!

Actually, I need sort by score.
I was just curious that seach result without sorting is possible.
Then I found
http://lucene.472066.n3.nabble.com/MaxRows-and-disabling-sort-td2260650.html
In above context, Chris Hostetter-3 wrote
++++++++++++++++++++++++++++++++++++++++++++++++++++++
http://wiki.apache.org/solr/CommonQueryParameters#sort
"You can sort by index id using sort=_docid_ asc or sort=_docid_ desc"

if you specify _docid_ asc then solr should return as soon as it finds the
first N matching results w/o scoring all docs (because no score will be
computed) 
++++++++++++++++++++++++++++++++++++++++++++++++++++++

I tried to check perfomance using _docid_ asc.
But _docid_ didn't work in distributed search.
So I made inquiries to know that another method is.

Best
Jason

--
View this message in context: 
http://lucene.472066.n3.nabble.com/disable-sort-by-score-tp3057767p3061753.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to