Being more specific: 1. Is it a good idea to use the schema.rdfs.org for a custom managed site? 2. Since I'm going to serialize my entities into schema.rdfs.org schema, is there any field mapping that should be done in order to index properly with SolrYard? 3. What property is mapped to the " _ref" field defined in SOLR schema? 4. I'd like to alter some SOLR configuration - can I simply change the default or should I create a custom solrindex.zip? If I understand correctly, the latter is simply the SOLR conf and data directories, am I right? (I'm familiar with SOLR, so the question is more about the best practices of working in conjunction with Stanbol) 5. Can I submit any format other than rdf+xml to EntityHub to create an entity? 6. I would like to leverage the latest development of SOLR 4, like the cloud mode etc. - what version is currently supported by Stanbol?
Thanks, Alexey -----Original Message----- From: Rupert Westenthaler [mailto:[email protected]] Sent: Sunday, December 23, 2012 12:11 PM To: [email protected] Subject: Re: managed site walkthrough Hi Alexey, On Sun, Dec 23, 2012 at 10:10 AM, Alexey Kudinov <[email protected]> wrote: > Hi, > i'd like to create a managed site with custom vocabulary content. is > there any detailed walkthrough for this? I've read the wiki, but still > have some questions. See [1] for information on how to configure and use managed sites. A detailed description of the RESTful services is available via the WebUI of the ManagedSite. As soon as you have configured your ManagedSite simple open "http://{stanbol-instance}/entityhub/site/{managed-site-id}". If you have specific questions feel free to ask. > say,i want to use schema.org schema with my entities, and i don't have > a ready list of entities (example with generic indexer doesn't apply). > That is, I'm going to use the REST api to insert all the entities and > use a Solr Yard. how can i accomplish this?what should i configure? Yes you will have to use the RESTful api provided by "http://{stanbol-instance}/entityhub/site/{managed-site-id}/entity" to perform CRUD operations with the entities you want to manage. Regarding the Yard: If you plan to use your Entities with the Stanbol Enhancer, than I would strongly recommend to use the SolrYard. If you want to have a SPARQL endpoint for your Entities, than the ClerezzaYard would be the right Yard for you. If you are unsure I would recommend to start with the SolrYard. Hope this helps best Rupert [1] http://stanbol.apache.org/docs/trunk/components/entityhub/managedsite.html -- | Rupert Westenthaler [email protected] | Bodenlehenstraße 11 ++43-699-11108907 | A-5500 Bischofshofen
