No, other than to be explicit about individual patterns, which is better anyway.

Generally, "*" is a crutch or experimental tool ("Let's just see what all the data and metadata is and then decide what to keep"). It is better to use explicit patterns or static schema for production use.

-- Jack Krupansky

-----Original Message----- From: Furkan KAMACI
Sent: Friday, April 26, 2013 11:29 AM
To: solr-user@lucene.apache.org
Subject: Exclude Pattern at Dynamic Field

I use that at my Solr 4.2.1:

<dynamicField name="*" type="ignored" multiValued="true"/>

however can I exlude some patterns from it?

Reply via email to