Ticket #652 (closed Enhancement: fixed)

Opened 10 years ago

Last modified 10 years ago

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:1 Changed 10 years ago by jri

  • Status changed from new to accepted

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.

comment:3 Changed 10 years ago by jri

  • Status changed from accepted to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.