From solr-user-return-143495-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Wed Sep 5 15:18:01 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id AA6B6180654 for ; Wed, 5 Sep 2018 15:18:00 +0200 (CEST) Received: (qmail 60281 invoked by uid 500); 5 Sep 2018 13:17:58 -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 60240 invoked by uid 99); 5 Sep 2018 13:17:58 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Sep 2018 13:17:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CEA451A13D7 for ; Wed, 5 Sep 2018 13:17:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.485 X-Spam-Level: *** X-Spam-Status: No, score=3.485 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 0gLxN9EdpARC for ; Wed, 5 Sep 2018 13:17:57 +0000 (UTC) Received: from n3.nabble.com (n3.nabble.com [162.255.23.22]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EEB205F3EA for ; Wed, 5 Sep 2018 13:17:56 +0000 (UTC) Received: from n3.nabble.com (localhost [127.0.0.1]) by n3.nabble.com (Postfix) with ESMTP id A017EEF561CA for ; Wed, 5 Sep 2018 06:17:56 -0700 (MST) Date: Wed, 5 Sep 2018 06:17:56 -0700 (MST) From: shruti suri To: solr-user@lucene.apache.org Message-ID: <1536153476653-0.post@n3.nabble.com> Subject: user field(uf) not working with Post filter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am using a custom handler with edismax parser. I am using uf parameter in the handler to restrict some fields from search. But uf is not working with post filter(fq). I want to restricted same fields in fq, so that people could not filter on some fields. Please suggest how can I do that. explicit 1 10 edismax name title author key *:* * apix * -author -key ----- Regards Shruti -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html