Author: rwesten
Date: Tue Jul 10 08:34:22 2012
New Revision: 1359521

URL: http://svn.apache.org/viewvc?rev=1359521&view=rev
Log:
minor

Modified:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/entityhub/index.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/entityhub/index.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/entityhub/index.mdtext?rev=1359521&r1=1359520&r2=1359521&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/entityhub/index.mdtext 
(original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/entityhub/index.mdtext 
Tue Jul 10 08:34:22 2012
@@ -6,7 +6,7 @@ The Entityhub is the Stanbol component r
 
 The main Features are the:
 
-* __Entityhub__ (<code>/entityhub<code>): Allows to manage local entities as 
well as import entities from Sites or to define mappings from local Entities to 
Entities managed by Sites. An Apache Stanbol instance can only have a single 
Entityhub so if you want to manage multiple controlled vocabularies you should 
preferable use [ManagedSite](managedsite.html) instead.
+* __Entityhub__ (<code>/entityhub</code>): Allows to manage local entities as 
well as import entities from Sites or to define mappings from local Entities to 
Entities managed by Sites. An Apache Stanbol instance can only have a single 
Entityhub so if you want to manage multiple controlled vocabularies you should 
preferable use [ManagedSite](managedsite.html) instead.
 * __Site Manager__ (<code>/entityhub/sites</code>): The SiteManager provides a 
unified access to all currently active Sites - your Entity Network. Requests 
sent to this endpoint will be forwarded to all currently active Sites. Users 
should note that queries (requests to the <code>/entityhub/sites/find</code> 
and <code>/entityhub/sites/query</code> endpoints) might be slow as remote 
services might need to be called for answering those requests. Retrieval of 
Entities (requests to the <code>/entityhub/sites/entity</code> endpoint) and 
also LDpath requests should perform reasonable well.
 * __Sites__ (<code>/entityhub/site/{siteId}</code>): Sites represent entity 
sources that are integrated with the Stanbol Entityhub. There are two different 
types of Sites
     * __ReferencedSite__: This site allows to refer remote services to 
dereference (Entity id based retrieval) and query entities. It also supports 
local caches and indexes. A local cache allows to locally store retrieved 
Entity data to speed-up retrieval on subsequent requests. A local index is a 
locally available index over all/some of the data of the remote dataset. If 
such an index is available all requests will be processed using the index. The 
remote services are only used as a fallback. Local Indexes are created by the 
Entityhub Indexing tool. The usage scenario [Working with Custom 
Vocabularies](../customvocabulary.html) provides a good overview on how to use 
this feature.


Reply via email to