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 178B4200BE2 for ; Thu, 15 Dec 2016 18:01:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 160C9160B2D; Thu, 15 Dec 2016 17:01:03 +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 86151160B13 for ; Thu, 15 Dec 2016 18:01:02 +0100 (CET) Received: (qmail 79359 invoked by uid 500); 15 Dec 2016 17:01: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 79347 invoked by uid 99); 15 Dec 2016 17:01:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2016 17:01:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 347D12C03E1 for ; Thu, 15 Dec 2016 17:01:01 +0000 (UTC) Date: Thu, 15 Dec 2016 17:01:01 +0000 (UTC) From: "Emmanuel Keller (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LUCENE-7587) New FacetQuery and MultiFacetQuery MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 15 Dec 2016 17:01:03 -0000 [ https://issues.apache.org/jira/browse/LUCENE-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15751868#comment-15751868 ] Emmanuel Keller commented on LUCENE-7587: ----------------------------------------- True. I will do that and submit a new patch. A review of my approximative english prose will still probably be required. > New FacetQuery and MultiFacetQuery > ---------------------------------- > > Key: LUCENE-7587 > URL: https://issues.apache.org/jira/browse/LUCENE-7587 > Project: Lucene - Core > Issue Type: Improvement > Affects Versions: master (7.0), 6.3.1 > Reporter: Emmanuel Keller > Priority: Minor > Labels: facet, faceting > Fix For: master (7.0), 6.3.1 > > Attachments: LUCENE-7587.patch > > > This patch introduces two convenient queries: FacetQuery and MultiFacetQuery. > It can be useful to be able to filter a complex query on one or many facet value. > - FacetQuery acts as a TermQuery on a FacetField. > - MultiFacetQuery acts as a MultiTermQuery on a FacetField. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org