Sorry, that feature is not available in Solr at this time. You could implement an update processor which copied only the desired input field values. This can be done in JavaScript using the script update processor.
-- Jack Krupansky On Mon, Feb 2, 2015 at 2:53 AM, danny teichthal <dannyt...@gmail.com> wrote: > Hi, > Is there a way to make some patterns to be excluded on the source of a > copyField? > > We are using globs to copy all our text fields to some target field. > It looks something like this: > <copyField source="prefix_*" dest="destination" /> > > I would like a subset of the fields starting with "prefix_" to be excluded > and not copied to destination. (e.g. all fields with "prefix_abc_*" ). > Is there a way to do it on SOLR? > > I couldn't find anything saying that it exists. > > Thanks >