Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 536 Bytes

advanced-searches-elasticsearch

Small search-engine project

What

We are trying to understand advanced search functionalities using Elasticsearch

How

We are indexing some data into Elasticsearch and we want to be able to query this data.

Steps:

Indexing data

  • What is the structure of ES?
  • What is text-analyzer?

Searching data

There are two ways to search:

  • REST request URI
  • REST request body

Combine with the REST request body, the Query DSL allow us to build more precise and complex query.