NOTE: This API is still in flux and might change in incompatible ways in the next release.
151152153154155156157158159160
*/ public final SortField getSortField() throws ParseException { if (sortField == null) { final FieldComparatorSource dfcs = new DistanceFieldComparatorSource(getDistanceFilter()); sortField = new SortField("dummy", dfcs); } return sortField; }