Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AD001200CA9 for ; Fri, 16 Jun 2017 22:40:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AB5F3160BDD; Fri, 16 Jun 2017 20:40:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E8E50160BC0 for ; Fri, 16 Jun 2017 22:40:45 +0200 (CEST) Received: (qmail 80151 invoked by uid 500); 16 Jun 2017 20:40:44 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Delivered-To: moderator for solr-user@lucene.apache.org Received: (qmail 37908 invoked by uid 99); 16 Jun 2017 20:17:51 -0000 X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.952 X-Spam-Level: * X-Spam-Status: No, score=1.952 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.652] autolearn=disabled Message-ID: <5fddcaa0d3feec47dcc0e66a2850a8d7.squirrel@webmail04.register.com> Date: Fri, 16 Jun 2017 16:17:43 -0400 Subject: JSON facet API: exclusive lower bound, inclusive upper bound From: chris@yeeplusplus.com To: solr-user@lucene.apache.org User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: multipart/alternative;boundary="----=_20170616161743_82192" X-Priority: 3 (Normal) Importance: Normal archived-at: Fri, 16 Jun 2017 20:40:46 -0000 ------=_20170616161743_82192 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit The docs for the JSON facet API tell us that the default ranges are inclusive of the lower bounds and exclusive of the upper bounds. �I'd like to do the opposite (exclusive lower, inclusive upper), but I can't figure out how to combine the 'include' parameters to make it work. � � ------=_20170616161743_82192--