All writing

Elasticsearch

Articles about elasticsearch.

6 articles
  1. 15 min read

    Getting Started With Elasticsearch in Java Spring Boot

    Connect Spring Boot 2 to Elasticsearch using Spring Data repositories, ElasticsearchRestTemplate, and the REST high-level client, with CRUD examples.

  2. 10 min read

    Introduction to Analyzer in Elasticsearch

    How Elasticsearch analyzers turn text into searchable tokens, with examples of character filters, tokenizers, token filters, and custom analyzers.

  3. 10 min read

    How to Handle Typos in Elasticsearch Using Fuzzy Query

    Handle typos in Elasticsearch with fuzzy and match queries, using edit distance, fuzziness, transpositions, prefix length, and query tuning examples.

  4. 7 min read

    Create a Simple Autocomplete With Elasticsearch

    Build a simple Elasticsearch autocomplete using match_phrase_prefix, from index mappings and sample documents to query behavior and limitations.

  5. 9 min read

    Elasticsearch: Text vs. Keyword

    Compare Elasticsearch text and keyword fields: how analysis changes indexing, how term and match queries behave, and when to use each field type.

  6. 7 min read

    Basics of Elasticsearch for Developer

    An introduction to Elasticsearch for developers, covering inverted indexes, field types, analyzers, document writes, queries, and aggregations.