Using datatables with ElasticSearch?
Using datatables with ElasticSearch?
dsamper
Posts: 1Questions: 1Answers: 0
We're using the server side configuration of DataTables and we're getting data from our database as JSON. Is there documentation for getting the data from ElasticSearch instead of a ddbb?
Any ideas or tips would be appreciated. Thanks!
This discussion has been closed.
Answers
No there isn't I'm sorry to say. If you do work on this, I'm sure that others would be interested in your solution if you were able to post your findings here.
In general, the parameters that DataTables sends to the server are documented in the manual. You would be interested in the search parameters, which you can then process however you need with ElasticSearch.
Allan
Out of interest, are you using a plug-in for your DB that hooks into the ElasticSearch engine?
Allan
You might find your answers in this recently published book: https://www.packtpub.com/networking-and-servers/elasticsearch-cookbook-second-edition
This book consists of 130 advanced recipes to search, analyze, deploy, manage, and monitor data effectively with ElasticSearch.
@ashishb - No advertising in this forum please. I've removed the referrer URL from your link.
Allan