I have some queries .i want to know how can i implement these requirements in alfresco rest api
Here are some pointers:
1- Upload the content into repository using REST APIs or bulk load if you have many docs available already
https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/
https://docs.alfresco.com/content-services/6.2/develop/rest-api-guide/folders-files/#uploadfile
Refer for bulk load:
1- https://hub.alfresco.com/t5/alfresco-content-services-hub/bulk-importer/ba-p/289507
2- https://github.com/pmonks/alfresco-bulk-import#readme
2- Use the search rest api to search for content. By default content is indexed and full text support is default.
https://docs.alfresco.com/search-services/latest/using/
3- Develop an app (as per your choice) to utilize the response from search and display as needed.
Checkout these links as well:
https://alfresco-content-app.netlify.app/#/
https://github.com/Alfresco/alfresco-content-app
https://github.com/Alfresco/generator-alfresco-adf-app
https://hub.alfresco.com/t5/application-development/creating-your-application-with-adf/ba-p/290591
https://www.alfresco.com/abn/adf/docs/tutorials/creating-your-first-adf-application/
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.