From fc667d9797fd5d99c588e48d89dd5710810798d9 Mon Sep 17 00:00:00 2001 From: Gethin James Date: Thu, 26 May 2016 16:57:10 +0200 Subject: [PATCH] Initial readme --- search-services/README.MD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 search-services/README.MD diff --git a/search-services/README.MD b/search-services/README.MD new file mode 100644 index 000000000..bd1f3e339 --- /dev/null +++ b/search-services/README.MD @@ -0,0 +1,26 @@ +## Alfresco Solr 6 implementation +Alfresco Solr 6 + +### Quick start +``` +mvn install +``` + +### License +Copyright (C) 2016 Alfresco Software Limited + +This file is part of an unsupported extension to Alfresco. + +Alfresco Software Limited licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License.