Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
We are using Umbraco for CMS in our website. Our app needs Elastic Search. I tried for some tutorials but couldnt find any for integration. I need some help on integrating Umbraco with Elastic.
Have you seen this? https://github.com/Philo/Umbraco.Elasticsearch
I did try this Dan but the nuget package suggested in the tutorial is not supported by Umbraco and Elastic. So, trying for other alternatives.
Coming back to Dan's suggestion we have used it, needs a bit of tweaking here and there but source code is available.
The main issue with using elastic with umbraco is getting umbraco data to a poco that you can push to elastic.
Regards
Ismail
If you have a working prototype can you please share the source code?
Is there reason you are looking to use elastic over Examine which is lucene based on you get out of the box with examine?
Because it is fast, api driven and very good with large amount of data. We have lot of scenarios where we have to query on huge data.
Have a look at https://24days.in/umbraco-cms/2017/elasticating-examine/
This may be better for you
Thank you. Working on it.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Elastic Search with Umbraco
We are using Umbraco for CMS in our website. Our app needs Elastic Search. I tried for some tutorials but couldnt find any for integration. I need some help on integrating Umbraco with Elastic.
Have you seen this? https://github.com/Philo/Umbraco.Elasticsearch
I did try this Dan but the nuget package suggested in the tutorial is not supported by Umbraco and Elastic. So, trying for other alternatives.
Coming back to Dan's suggestion we have used it, needs a bit of tweaking here and there but source code is available.
The main issue with using elastic with umbraco is getting umbraco data to a poco that you can push to elastic.
Regards
Ismail
If you have a working prototype can you please share the source code?
Is there reason you are looking to use elastic over Examine which is lucene based on you get out of the box with examine?
Regards
Ismail
Because it is fast, api driven and very good with large amount of data. We have lot of scenarios where we have to query on huge data.
Have a look at https://24days.in/umbraco-cms/2017/elasticating-examine/
This may be better for you
Thank you. Working on it.
is working on a reply...