Login
Remember
Register
Ask a Question
What are different type of queries which are supported by Elasticsearch in Kibana?
0
votes
asked
Jun 3, 2021
in
Kibana
by
DavidAnderson
What are different type of queries which are supported by Elasticsearch in Kibana?
kibana
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 3, 2021
by
DavidAnderson
Majority of the queries are divided into two types categorizing various segments into it.
FULL-TEXT QUERIES - It includes match query, range query, prefix query, common term query and so on.
TERM LEVEL QUERIES- It includes term set query, wildcard query, fuzzy query, IDs query and so on.
...