diff --git a/search-services/alfresco-search/src/main/resources/solr/instance/conf/shared.properties b/search-services/alfresco-search/src/main/resources/solr/instance/conf/shared.properties index dd0b2f7fb..35cd91a2f 100644 --- a/search-services/alfresco-search/src/main/resources/solr/instance/conf/shared.properties +++ b/search-services/alfresco-search/src/main/resources/solr/instance/conf/shared.properties @@ -1,3 +1,4 @@ + # Shared Properties file #Host details an external client would use to connect to Solr @@ -21,6 +22,7 @@ alfresco.identifier.property.3={http://www.alfresco.org/model/content/1.0}author # Data types that support cross locale/word splitting/token patterns if tokenised alfresco.cross.locale.property.0={http://www.alfresco.org/model/content/1.0}name +alfresco.cross.locale.property.1={http://www.alfresco.org/model/content/1.0}lockOwner # 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