From d3be57b30a51d3f297cd6507bcdb0153417524bb Mon Sep 17 00:00:00 2001 From: Wayne Schneider Date: Wed, 29 Jun 2016 11:46:21 -0500 Subject: [PATCH] Update configuration to use custom update processor chain instead of copyField to populate default search index (in order to exclude binary fields). --- conf/schema.xml | 39 ++++----------------------------------- conf/solrconfig-master.xml | 23 ++++++++++++++++++++++- 2 files changed, 26 insertions(+), 36 deletions(-) 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 + + + +