mirror of https://github.com/apache/lucene.git
minor: improve err msg
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1095976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9db2ff41ae
commit
8be940dc1f
|
@ -306,7 +306,7 @@ public class QueryParsing {
|
|||
Boolean top = sp.getSortDirection();
|
||||
if (null == top) {
|
||||
throw new SolrException(SolrException.ErrorCode.BAD_REQUEST,
|
||||
"Can't determine Sort Order: " + sp);
|
||||
"Can't determine a Sort Order (asc or desc) in sort spec " + sp);
|
||||
}
|
||||
|
||||
if (SCORE.equals(field)) {
|
||||
|
|
Loading…
Reference in New Issue