Author: ogrisel
Date: Thu Sep 15 12:51:42 2011
New Revision: 1171080

URL: http://svn.apache.org/viewvc?rev=1171080&view=rev
Log:
small dbpedia indexing doc improvements

Modified:
    incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md

Modified: incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md?rev=1171080&r1=1171079&r2=1171080&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md (original)
+++ incubator/stanbol/trunk/entityhub/indexing/dbpedia/README.md Thu Sep 15 
12:51:42 2011
@@ -190,21 +190,30 @@ with no incoming links would get a score
 
 ## Use the created index with the Entityhub
 
-After the indexing completes the distribution folder 
+After the indexing completes the distribution folder
 
     /indexing/dist
 
 will contain two files
 
-1. dbpedia.solrindex.zip: This is the ZIP archive with the indexed data. This 
file will be requested by the Apache Stanbol Data File Provider after 
installing the Bundle described above. To install the data you need copy this 
file to the "/sling/datafiles" folder within the working directory of your 
Stanbol Server.
+1. `dbpedia.solrindex.zip`: This is the ZIP archive with the indexed
+   data. This file will be requested by the Apache Stanbol Data File
+   Provider after installing the Bundle described above. To install the
+   data you need copy this file to the "/sling/datafiles" folder within
+   the working directory of your Stanbol Server.
+
+2. `org.apache.stanbol.data.site.dbpedia-{version}.jar`: This is a Bundle
+   that can be installed to any OSGI environment running the Apache Stanbol
+   Entityhub (for instance using the Apache Felix web console under
+   http://server:port/system/console - with account admin / admin by default).
+
+   When Started it will create and configure:
+
+   * a "ReferencedSite" accessible at 
"http://{host}/{root}/entityhub/site/dbpedia";
+   * a "Cache" used to connect the ReferencedSite with your Data and
+   * a "SolrYard" that managed the data indexed by this utility.
 
-2. org.apache.stanbol.data.site.dbpedia-{version}.jar: This is a Bundle that 
can be installed to any OSGI environment running the Apache Stanbol Entityhub. 
When Started it will create and configure
-
- * a "ReferencedSite" accessible at 
"http://{host}/{root}/entityhub/site/dbpedia";
- * a "Cache" used to connect the ReferencedSite with your Data and
- * a "SolrYard" that managed the data indexed by this utility.
-
-In case you install the bundle before copying the "dbpedia.solrindex.zip" to 
+In case you install the bundle before copying the "dbpedia.solrindex.zip" to
 "/sling/datafiles" you will need to restart the dbpedia "SolrYard" instance.
 
 


Reply via email to