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 715A43D36 for ; Thu, 28 Apr 2011 20:59:20 +0000 (UTC) Received: (qmail 40631 invoked by uid 500); 28 Apr 2011 20:59:17 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 40589 invoked by uid 500); 28 Apr 2011 20:59:17 -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 40581 invoked by uid 99); 28 Apr 2011 20:59:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2011 20:59:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of frederik.kraus@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bw0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2011 20:59:08 +0000 Received: by bwz8 with SMTP id 8so4478415bwz.35 for ; Thu, 28 Apr 2011 13:58:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:message-id:in-reply-to:references :subject:x-mailer:mime-version:content-type :content-transfer-encoding; bh=+lauZTrxXe+8pyTfgLJ4Vw7hAi9gebY3dbmDr5fMQKw=; b=eqlKOij3jrZvS0HSJ2a0dyL84HGlYJrC/10CeWRQ0zM4kZVqgEzYCJIaiYGX+tJP/L kNQQnswY1qPfchCW1fTrpG+MY8eLls3sN8ubrqZCqAi53AYPutNdhzk4YRwLvGwL5IOv /YGoaydI1UcRaB3DMfOWrqI1AwOlW+djr61Q4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type:content-transfer-encoding; b=V0Z72nKTysK7WX/QSL//IgwZOZ5FS2X96YWGYvuwn/EOGqvLqKb93+KDZI1OHsA+Lr 1ORG/YnkIukGmR/cwKn0yQST5WY5noSi/gIwMZra4UyhrUS0in0vR3yQDAUycc7tJAAp I6xkjugTCEbDst56jzs2ttkrmXXhIQ+GXniug= Received: by 10.204.10.21 with SMTP id n21mr1932684bkn.77.1304024328056; Thu, 28 Apr 2011 13:58:48 -0700 (PDT) Received: from fmk-2.local (188-195-171-199-dynip.superkabel.de [188.195.171.199]) by mx.google.com with ESMTPS id u15sm1240337bkf.4.2011.04.28.13.58.46 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Apr 2011 13:58:47 -0700 (PDT) Date: Thu, 28 Apr 2011 22:58:45 +0200 From: Frederik Kraus To: solr-user@lucene.apache.org Message-ID: In-Reply-To: References: <472D338788FE42F1A763653B0812CC6D@gmail.com> Subject: Re: Extra facet query from within a custom search component X-Mailer: sparrow 1.1.2 (build 688.7) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="4db9d505_14fce74e_175f" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org --4db9d505_14fce74e_175f Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Haaa fantastic! Thanks a lot! Fred. On Donnerstag, 28. April 2011 at 22:21, Erick Erickson wrote: > Have you looked at: http://wiki.apache.org/solr/TermsComponent? > > Best > Erick > > On Thu, Apr 28, 2011 at 2:44 PM, Frederik Kraus > wrote: > > Hi Guys, > > > > I'm currently working on a custom search component and need to fetch a list of all possible values within a certain field. > > An internal facet (wildcard) query first came to mind, but I'm not quite sure how to best create and then execute such a query ... > > > > What would be the best way to do this? > > > > Can anyone please point me in the right direction? > > > > Thanks, > > > > Fred. > --4db9d505_14fce74e_175f--