From caab114117f79ad0bad385a3eabba2860f8b9ea6 Mon Sep 17 00:00:00 2001 From: Gethin James Date: Mon, 13 Jun 2016 12:24:07 +0200 Subject: [PATCH] SEARCH-56: Now using a valid share.properties that matches the default configuration --- .../resources/test-files/conf/shared.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/search-services/alfresco-solr/src/test/resources/test-files/conf/shared.properties b/search-services/alfresco-solr/src/test/resources/test-files/conf/shared.properties index e037cdca4..df1d50509 100644 --- a/search-services/alfresco-solr/src/test/resources/test-files/conf/shared.properties +++ b/search-services/alfresco-solr/src/test/resources/test-files/conf/shared.properties @@ -16,10 +16,10 @@ alfresco.identifier.property.3={http://www.alfresco.org/model/content/1.0}author # Suggestable Propeties -#alfresco.suggestable.property.0={http://www.alfresco.org/model/content/1.0}name -#alfresco.suggestable.property.1={http://www.alfresco.org/model/content/1.0}title -#alfresco.suggestable.property.2={http://www.alfresco.org/model/content/1.0}description -#alfresco.suggestable.property.3={http://www.alfresco.org/model/content/1.0}content +alfresco.suggestable.property.0={http://www.alfresco.org/model/content/1.0}name +alfresco.suggestable.property.1={http://www.alfresco.org/model/content/1.0}title +alfresco.suggestable.property.2={http://www.alfresco.org/model/content/1.0}description +alfresco.suggestable.property.3={http://www.alfresco.org/model/content/1.0}content @@ -31,6 +31,6 @@ alfresco.cross.locale.property.0={http://www.alfresco.org/model/content/1.0}name # Data types that support cross locale/word splitting/token patterns if tokenised -# alfresco.cross.locale.datatype.0={http://www.alfresco.org/model/dictionary/1.0}text -# alfresco.cross.locale.datatype.1={http://www.alfresco.org/model/dictionary/1.0}content -# alfresco.cross.locale.datatype.2={http://www.alfresco.org/model/dictionary/1.0}mltext +alfresco.cross.locale.datatype.0={http://www.alfresco.org/model/dictionary/1.0}text +alfresco.cross.locale.datatype.1={http://www.alfresco.org/model/dictionary/1.0}content +alfresco.cross.locale.datatype.2={http://www.alfresco.org/model/dictionary/1.0}mltext