Using Endpoints and criteria for the recent messages in API results?
Hi, can anyone put some light on the recency criteria that the Lithium REST API returns the results?
Scenario: We are going implement the federated search on our forums, and we will be serving the data from the SOLR database, so we will be sending the query parameter from Lithium in an Endpoint to SOLR and in return, we will get a response from SOLR in REST format and get the result querying the data using Endpoints and display it on our community.
Above is the obviously the second step, so we have a concern here, i.e. while serving the data to SOLR using below Lithium REST API,
community.lithium.com/community-name/restapi/vc/threads/id/[id] /replies/recent
What is the criteria that lithium has for the recency, i mean the results which are served in the response, what is the timeline for that? Is it configurable?
Thanks