//在QParser类里面的getSort()方法里面产生一个lucene 的sort对象
Sort sort = null;
if( sortStr != null ) {
sort = QueryParsing.parseSort(sortStr, req.getSchema()); //调用产生一个sort对象
}
//在QParser类里面的getSort()方法里面产生一个lucene 的sort对象
Sort sort = null;
if( sortStr != null ) {
sort = QueryParsing.parseSort(sortStr, req.getSchema()); //调用产生一个sort对象
}