
Getting Started With Elasticsearch in Java Spring Boot
Both Java and Elasticsearch is a popular technology stack companies use. Java is a programming language that was released back
Both Java and Elasticsearch is a popular technology stack companies use. Java is a programming language that was released back
Typo is something that often happens and can reduce user’s experience, fortunately, Elasticsearch can handle it easily with Fuzzy Query. Handling typos is a must if you’re building an advanced autocomplete system with the Elasticsearch.
One component we can tune so Elasticsearch can return relevant documents is Analyzer. Analyzer is a component responsible for processing
Autocomplete is a feature to predict the rest of a word a user is typing. It is an important feature to implement that can improve the user’s experience of your product.
Many people that have just started learning Elasticsearch often confuse the Text and Keyword field data type. The difference between them is simple, but very crucial.
Elasticsearch has been used more and more in the software engineering, data and DevOps fields. In this post I will