Hi,
I have a requirement to store file into S3 bucket and search the file using file name or content of the file using elastic search functionality,could you please guide me how to implement Elastic search.
Thanks in advance.
Hi,Implementing Elasticsearch for File Search, to enable file name or content-based search, you can integrate Elasticsearch with OutSystems.
Some useful links:
Hi @Miguel Verdasca,
Thank you so much for your reply.
and i am not able to Find ElasticSearch Connector in forge,below url is redirecting to DynamicServerAction forge component.
and i can find other ElasticSerach related forge components like ElasticCore and ElasticSystem forge components,kindly suggest the best suited Forge component for my Document Search requirement.
Thank You.
Hello Bhagya,
There is a demo app forge component, this should be able to guide you in right direction.
https://www.outsystems.com/forge/component-overview/2054/elastic-search-demo-app-o11
Thanks,
Junaid
Elastic Search Connector (ODC) comes closest to what you need because it supports bulk insert / upload, manage indices etc. and also supports search with similarity scoring.