Skip to content

How does this compare with elastic search-ui? #1866

Discussion options

You must be logged in to vote

The primary differences are:

DSL support: ReactiveSearch supports the entire Elasticsearch query DSL, as we started out with this goal. Since the Elasticsearch/OpenSearch divergence, both search engines are supported by ReactiveSearch. Whereas, Elastic search UI natively supports Elastic App Search, a refined set of REST APIs built on top of Elasticsearch. They have a headless version (no UI) which provides the primitives for a user to configure it with another search engine.

Practically, if you want more control over your Elasticsearch queries, this is natively supported within ReactiveSearch (e.g. use nested types, joins, or write your own bool clause, or customize the aggregations) so …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tombburnell
Comment options

Answer selected by siddharthlatest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants