Slide 47
Slide 47 text
elasticsearch : Search Basics
●
All elasticsearch queries boil down to the task of
restricting the result set, scoring, then sorting
●
Searches are handled by Search API. This API has
several other APIs nested inside of it:
●
Query DSL,
●
Filter API,
●
Facet API, and
●
Sort API.