Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 92F86177CB for ; Tue, 6 Jan 2015 20:44:14 +0000 (UTC) Received: (qmail 17171 invoked by uid 500); 6 Jan 2015 20:44:11 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 17106 invoked by uid 500); 6 Jan 2015 20:44:11 -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 17095 invoked by uid 99); 6 Jan 2015 20:44:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2015 20:44:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of will@butlerhq.com designates 209.85.223.181 as permitted sender) Received: from [209.85.223.181] (HELO mail-ie0-f181.google.com) (209.85.223.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2015 20:44:05 +0000 Received: by mail-ie0-f181.google.com with SMTP id rl12so15596iec.12 for ; Tue, 06 Jan 2015 12:42:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:subject:message-id:date:to :mime-version; bh=MgmF3F9mFj+m9ZcDH49RImuX1d2cTrB7h3/qAWR6/Fg=; b=IfEE9hXegsGua4vxxOd/6ef7X/JczgQSU6bLd+23gIe+Hv/nAihBZXfND5d7Ef7VyN ClelKnSVf8OW84DPw2dHl47+gldzZ20PKQvnr5ABxBKA18GvyIT55Ub1ch6yj4RxwpA1 iQLLoXIhuwo64xtr2Pfz5e9nVqqdM+DAGawX0dhg5tiLhHlPpZJvCEu0EaueY74syUAs uZXwtZeCHKhBv4451zEpWK+lZ6+HwvXqXsOYqHOCLfC0IP7drFvjIvhTm0BPwE4M/hsw E09U3hK3XqJd1AAsXRKWxSty21ys/WwU0m88jJovKefKc55yCvknpsZ24GUUeJ6knSzc LtRg== X-Gm-Message-State: ALoCoQnEX8cVNLlpuTKJJg1zM5ZMwPo1rv6lc0n6803yqbNYuSZw28UAZwA84KYVDvNwDKEMzg9t X-Received: by 10.107.35.134 with SMTP id j128mr86711778ioj.4.1420576934798; Tue, 06 Jan 2015 12:42:14 -0800 (PST) Received: from ?IPv6:2601:1:8080:a00:104f:f731:3276:c99a? ([2601:1:8080:a00:104f:f731:3276:c99a]) by mx.google.com with ESMTPSA id cl9sm5476937igb.0.2015.01.06.12.42.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 06 Jan 2015 12:42:13 -0800 (PST) From: Will Butler Content-Type: multipart/alternative; boundary="Apple-Mail=_EFD8660B-6F79-49BC-8E53-8B39B7D00593" Subject: facet.contains Message-Id: <2B384164-C784-46FE-8416-DA1C58718A15@butlerhq.com> Date: Tue, 6 Jan 2015 13:42:12 -0700 To: solr-user@lucene.apache.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_EFD8660B-6F79-49BC-8E53-8B39B7D00593 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 https://issues.apache.org/jira/browse/SOLR-1387 = contains a patch to = support facet.contains and facet.contains.ignoreCase, making it possible = to easily filter facet results without the facet.prefix limitations. I = know that it is possible to approximate this using two fields, searching = against one and displaying values from the other. However, this also has = its limitations, and doesn=E2=80=99t work properly for multi-valued = fields. Are there any other suggestions for being able to display facet = values and counts based on a user supplied string? Thanks, Will= --Apple-Mail=_EFD8660B-6F79-49BC-8E53-8B39B7D00593--