Author: ogrisel
Date: Thu May 12 14:03:59 2011
New Revision: 1102316

URL: http://svn.apache.org/viewvc?rev=1102316&view=rev
Log:
typos, trailing spaces, more detailed comments

Modified:
    
incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/solr.xml

Modified: 
incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/solr.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/solr.xml?rev=1102316&r1=1102315&r2=1102316&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/solr.xml
 (original)
+++ 
incubator/stanbol/trunk/entityhub/yard/solr/src/main/resources/solr/conf/solr.xml
 Thu May 12 14:03:59 2011
@@ -17,38 +17,41 @@
 -->
 
 <!--
- RICK SolrYard Configuration Notes:
+ SolrYard Configuration Notes:
+
+ The default Solr multi-core configuration as used by the SolrYard.
 
- The default Solr multi-core configuration as used by the
- RICK SolrYard.
  By default it defines three cores:
-  - entityhub: this is the core used for the EntityhubYard
+  - entityhub: this is the core used for the EntityhubYard: entities in this
+    yard can be created, edited and deleted by the stanbol clients.
+
   - cache: this yard is intended for caches with CacheStrategy "used".
-           Multiple SolrYards can used this cache if "Multiple Yard Layout"
-           is set to true.
-  
-  To add additional Cores 
-    - create a sub directory with the value configured by instanceDir. 
+           Multiple SolrYards can use this cache if "Multiple Yard Layout"
+           is set to true. Entities in this yard come from referenced sites
+           without modification besides a fixed field mapping configuration.
+
+  To add additional Cores
+    - Create a sub directory with the value configured by instanceDir.
     - Copy the "conf" Directory of an other core.
     - You can change/optimise the configuration.
-    
+
   NOTE: This configuration is also used for the EmbeddedSolrServer managed by
         the SolrYard.
         The index data and configurations of this EmbeddedSolrServer can be 
found
         in the "/data" directory of the SolrYard bundle.
-        Note also that the SolrYard dynamically creates and registers Cores 
based 
+        Note also that the SolrYard dynamically creates and registers Cores 
based
         on SolrYard instances created via the OSGI ConfigAdmin service.
 -->
 <solr persistent="true">
   <cores adminPath="/admin/cores">
-    <!-- RickYard Core: This core is reservated for the rickYard 
+    <!-- RickYard Core: This core is reservated for the rickYard
          Please do not use for Caches! -->
     <core name="entityhub" instanceDir="entityhub" />
     <!-- Core that is used by multiple Yards typically used for
-         Referenced Sites with CacheStrategy "used" 
+         Referenced Sites with CacheStrategy "used"
     -->
     <core name="cache" instanceDir="cache" />
-    <!-- Full Caches of Site typically use there own index.
+    <!-- Full Caches of Site typically use their own index.
          Often they are preprocessed/downloaded and than copied
          to the SolrServer
     -->


Reply via email to