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 F0296200C1B for ; Tue, 31 Jan 2017 06:59:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EECA4160B60; Tue, 31 Jan 2017 05:59:06 +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 43B1A160B4D for ; Tue, 31 Jan 2017 06:59:06 +0100 (CET) Received: (qmail 53489 invoked by uid 500); 31 Jan 2017 05:59:04 -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 Received: (qmail 53465 invoked by uid 99); 31 Jan 2017 05:59:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2017 05:59:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BBB8318C8E1 for ; Tue, 31 Jan 2017 05:49:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.535 X-Spam-Level: ** X-Spam-Status: No, score=2.535 tagged_above=-999 required=6.31 tests=[FREEMAIL_ENVFROM_END_DIGIT=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id C0yFmJbM1pZQ for ; Tue, 31 Jan 2017 05:49:38 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 5817C5F1C2 for ; Tue, 31 Jan 2017 05:49:37 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 7BC4523C4155D for ; Mon, 30 Jan 2017 22:49:30 -0700 (MST) Date: Mon, 30 Jan 2017 22:49:30 -0700 (MST) From: SOLR4189 To: solr-user@lucene.apache.org Message-ID: <1485841770505-4317931.post@n3.nabble.com> In-Reply-To: <1485778341548-4317815.post@n3.nabble.com> References: <1484917406536-4315027.post@n3.nabble.com> <1485250464956-4315512.post@n3.nabble.com> <362B4768-4EC0-45D5-B861-142168241214@gmail.com> <1485507474457-4317513.post@n3.nabble.com> <1485694366749-4317716.post@n3.nabble.com> <1485769786431-4317781.post@n3.nabble.com> <1485776055468-4317806.post@n3.nabble.com> <1485778341548-4317815.post@n3.nabble.com> Subject: Re: Upgrade SOLR version - facets perfomance regression MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 31 Jan 2017 05:59:07 -0000 But I can't run Json Facet API. I checked on SOLR-5.4.1. If I write: localhost:9001/solr/Test1_shard1_replica1/myHandler/q=*:*&rows=5&fl=*&wt=json&facet=true&facet.field=someField It works fine. But if I write: localhost:9001/solr/Test1_shard1_replica1/myHandler/q=*:*&rows=5&fl=*&wt=json&json.facet={field:someField} It doesn't work. Are you sure that it is built-in? If it is built-in, why I can't find explanation about it in reference guid? Thank you for your help. -- View this message in context: http://lucene.472066.n3.nabble.com/Upgrade-SOLR-version-facets-perfomance-regression-tp4315027p4317931.html Sent from the Solr - User mailing list archive at Nabble.com.