Skip to content

learnTrack/advanced-searches-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

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.

About

Example of advanced searches in Elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published