From: Wayne Schneider Date: Wed, 29 Jun 2016 16:46:21 +0000 (-0500) Subject: Update configuration to use custom update processor chain instead of copyField to... X-Git-Tag: v0.10~13 X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=commitdiff_plain;h=d3be57b30a51d3f297cd6507bcdb0153417524bb Update configuration to use custom update processor chain instead of copyField to populate default search index (in order to exclude binary fields). --- diff --git a/conf/schema.xml b/conf/schema.xml index 00e92a5..30f35c9 100644 --- a/conf/schema.xml +++ b/conf/schema.xml @@ -151,34 +151,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -262,10 +234,9 @@ - - - - + + @@ -288,7 +259,7 @@ - + id @@ -302,7 +273,5 @@ - - diff --git a/conf/solrconfig-master.xml b/conf/solrconfig-master.xml index 3b2d5ad..86e9e9e 100644 --- a/conf/solrconfig-master.xml +++ b/conf/solrconfig-master.xml @@ -1026,7 +1026,10 @@ dedupe - --> + --> + + cloneFields + @@ -1059,6 +1062,7 @@ true links ignored_ + cloneFields @@ -1730,6 +1734,23 @@ --> + + + + + .* + + .*_binary$ + + + text + + + +