mirror of https://github.com/apache/lucene.git
fix typo in exception msg
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995242 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d0ae4d8260
commit
936c7b9456
|
@ -132,7 +132,7 @@ public class PointType extends CoordinateFieldType implements SpatialQueryable {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public SortField getSortField(SchemaField field, boolean top) {
|
public SortField getSortField(SchemaField field, boolean top) {
|
||||||
throw new SolrException(SolrException.ErrorCode.BAD_REQUEST, "Sorting not suported on PointType " + field.getName());
|
throw new SolrException(SolrException.ErrorCode.BAD_REQUEST, "Sorting not supported on PointType " + field.getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue