Ticket #652 (closed Enhancement: fixed)
The Facets service should provide a getFacettedTopic() method
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.3 |
Component: | DeepaMehta Standard Distribution | Version: | 4.2 |
Keywords: | Cc: | dgf, Malte, carolina | |
Complexity: | 3 | Area: | Application Framework / API |
Module: | deepamehta-facets |
Description
which returns a topic along with a number of facet values.
Change History
comment:2 Changed 10 years ago by Jörg Richter
Facets API: add getFacettedTopic() method (#652).
The Facets API has a new RESTful method:
Topic getFacettedTopic(long topicId, List<String> facetTypeUris) GET /facet/topic/{topic_id}?facet_type_uri=<uri1>&facet_type_uri=<uri2>&...
If returns a topics (including its composite value) along with its facets values according to a list of Facet Types.
See #652.
Note: See
TracTickets for help on using
tickets.