Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 82515 invoked from network); 15 Oct 2007 13:32:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2007 13:32:39 -0000 Received: (qmail 8998 invoked by uid 500); 15 Oct 2007 13:32:20 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 8978 invoked by uid 500); 15 Oct 2007 13:32:20 -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 8969 invoked by uid 99); 15 Oct 2007 13:32:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 06:32:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.90.9.104] (HELO mail.contact.de) (195.90.9.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 13:32:23 +0000 X-Virus-Scanned: amavisd-new at contact.de Message-ID: <47136BD1.6040008@contact.de> Date: Mon, 15 Oct 2007 15:32:01 +0200 From: Brian Carmalt User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: solr-user@lucene.apache.org Subject: Searching dynamic fields Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello all, Is there a way to search dynamicFields, without having to specify the name of the filed in a Query. Example: I have index a doc with the field name myDoc_text_en. and I have a dynamic field *_text_en which maps to a type of text_en. How can I search this field without knowing its specific name? Can I search according to field type? I have looked at the DisMaxRequestHandler, which might work, but it doesn't accept wildcard field names or field types. I'm using 1.3. Thanks in advance. Brian