From dev-return-355154-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Tue May 7 10:06:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 85AF218064C for ; Tue, 7 May 2019 12:06:03 +0200 (CEST) Received: (qmail 13670 invoked by uid 500); 7 May 2019 10:06:01 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 13658 invoked by uid 99); 7 May 2019 10:06:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2019 10:06:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1CF27E2B2F for ; Tue, 7 May 2019 10:06:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 76A862581B for ; Tue, 7 May 2019 10:06:00 +0000 (UTC) Date: Tue, 7 May 2019 10:06:00 +0000 (UTC) From: "Ishan Chattopadhyaya (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SOLR-13272) Interval facet support for JSON faceting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-13272?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Ishan Chattopadhyaya reassigned SOLR-13272: ------------------------------------------- Assignee: Ishan Chattopadhyaya > Interval facet support for JSON faceting > ---------------------------------------- > > Key: SOLR-13272 > URL: https://issues.apache.org/jira/browse/SOLR-13272 > Project: Solr > Issue Type: New Feature > Security Level: Public(Default Security Level. Issues are Public)=20 > Components: Facet Module > Reporter: Apoorv Bhawsar > Assignee: Ishan Chattopadhyaya > Priority: Major > Time Spent: 2.5h > Remaining Estimate: 0h > > Interval facet is supported in classical facet component but has no suppo= rt in json facet requests. > In cases of block join and aggregations, this would be helpful > Assuming request format - > {code:java} > json.facet=3D{pubyear:{type : interval,field : pubyear_i,intervals:[{key:= "2000-2200",value:"[2000,2200]"}]}} > {code} > =C2=A0 > PR=C2=A0https://github.com/apache/lucene-solr/pull/597 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org