Return-Path: X-Original-To: apmail-lucy-user-archive@www.apache.org Delivered-To: apmail-lucy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91635D58E for ; Fri, 12 Oct 2012 12:02:17 +0000 (UTC) Received: (qmail 91904 invoked by uid 500); 12 Oct 2012 12:02:17 -0000 Delivered-To: apmail-lucy-user-archive@lucy.apache.org Received: (qmail 91816 invoked by uid 500); 12 Oct 2012 12:02:15 -0000 Mailing-List: contact user-help@lucy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@lucy.apache.org Delivered-To: mailing list user@lucy.apache.org Received: (qmail 91788 invoked by uid 99); 12 Oct 2012 12:02:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 12:02:14 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.227.17.10] (HELO moutng.kundenserver.de) (212.227.17.10) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 12:02:06 +0000 Received: from [192.168.1.39] (dslb-088-065-042-109.pools.arcor-ip.net [88.65.42.109]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MQcnt-1SvWpP2dK9-00UhUK; Fri, 12 Oct 2012 14:01:42 +0200 Message-ID: <50780698.9040807@aevum.de> Date: Fri, 12 Oct 2012 14:01:28 +0200 From: Nick Wellnhofer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: user@lucy.apache.org CC: Aleksandar Radovanovic References: <5077F41D.2000504@Radovanovic.com> In-Reply-To: <5077F41D.2000504@Radovanovic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:iaWsjrXJW9OQR/dE8972+Q4kiIUjys62l1jLxqtk5ZK oQBR5Y22fknbP/PuY2PBlZ7iL7oz2TGcgXO4Dk9NP7s2AI3hpq d91ihWYpjtBGb/1goFlMO5J/YY3sGU96lI8aXP0/FX+Y1xzJ4n tdwbpEhmgCY8GdWioKun1MVJdyAFhF9Kl3x9zlSdfTDNxzvkmC 16ow4b12zF8vq5j/ocEpMmIuZl2e+g7OD9sZ0T+zOsYSpqMZZW 7ilRraxz0Sg5TP23kqd7Wz1FhLKhDg3t+cG2R9+Adl1bhaOjSC S6Wy3hpi9Yx7yvtZzj+Gq5Z69FoFw03ysd+OmVfNNioInTQpw= = X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [lucy-user] Dictionary based NER with Lucy If I understand your problem description correctly, you could simply create another full-text field containing the dictionary IDs related to a document separated by whitespace. Then you can search only the dictionary field. Nick