Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • I don't know if you can decouple the two, not really. You're relying on ElasticSearch to recover the data and pass it to you, likely with its own parameters to search with. However I would argue that having a layer of abstraction between your program and ElasticSearch is still a good thing anyway. It means if the ElasticSearch interface changes, your program changes very little. Commented Jan 15, 2018 at 13:50