Re: Get Properties of a Facet-Constraint / Entity

2013-04-09 Thread Rafa Haro
Hi Reto, El 09/04/13 16:30, Reto Bachmann-Gmür escribió: Hi Rafa Thanks for your reply. So you are saying I have to look up the facets manually by name and the hope it's the right one? Why does this work only for the default facets? If you upload your custom index within ContentHub through an

Re: Get Properties of a Facet-Constraint / Entity

2013-04-09 Thread Reto Bachmann-Gmür
Hi Rafa Thanks for your reply. So you are saying I have to look up the facets manually by name and the hope it's the right one? Why does this work only for the default facets? While the html version of http://bioputer.mimuw.edu.pl:9442/stanbol/contenthub/contenthub/search/featured?queryTerm=me

Re: Get Properties of a Facet-Constraint / Entity

2013-04-09 Thread Rafa Haro
Hi Reto, From an user point of view, using the REST API and assuming that you are using the default ContentHub index, only the names (labels) of Person, Organizations and Places are stored as fields that can be used as facets later. So, I suppose that you can then use EntityHub's find service

Re: Get Properties of a Facet-Constraint / Entity

2013-04-09 Thread Reto Bachmann-Gmür
Anybody has an idea on how to connect the facets of the contenthub with the entities of the entityhub? Cheers, Reto On Wed, Mar 27, 2013 at 11:22 AM, Reto Bachmann-Gmür wrote: > Hello, > > I would like to have a way to get the details of all the persons mentioned > in any of the document satisfy

Get Properties of a Facet-Constraint / Entity

2013-03-27 Thread Reto Bachmann-Gmür
Hello, I would like to have a way to get the details of all the persons mentioned in any of the document satisfying a certain query. I think for this I should go from a specific facet constraint (org.apache.stanbol.contenthub.servicesapi.search.featured.Constraint) to the entity. Is this feasible