public FacetRangeEndContext<T> to(T upperLimit) {
   context.setRangeEnd(upperLimit);
   return new ConnectedFacetRangeEndContext(context);
 }