mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Commit 2, test changes to use the new API method.
This commit is contained in:
@@ -50,7 +50,8 @@ import org.springframework.stereotype.Component;
|
|||||||
public class SearchAPI extends BaseAPI
|
public class SearchAPI extends BaseAPI
|
||||||
{
|
{
|
||||||
/** http client factory */
|
/** http client factory */
|
||||||
@Autowired private AlfrescoHttpClientFactory alfrescoHttpClientFactory;
|
@Autowired
|
||||||
|
private AlfrescoHttpClientFactory alfrescoHttpClientFactory;
|
||||||
|
|
||||||
/** faceted search API endpoint */
|
/** faceted search API endpoint */
|
||||||
private static final String FACETED_SEARCH_ENDPOINT = "{0}alfresco/s/slingshot/rmsearch/faceted/rmsearch?{1}";
|
private static final String FACETED_SEARCH_ENDPOINT = "{0}alfresco/s/slingshot/rmsearch/faceted/rmsearch?{1}";
|
||||||
|
Reference in New Issue
Block a user