public FacetRangeLimitContext<T> excludeLimit() {
   context.setIncludeRangeStart(false);
   return this;
 }