Skip to main content
← All Tags

Elasticsearch

4 articles in this category

AI NewsElasticsearchData Storage

Difference Between Keyword and Text in Elasticsearch

Elasticsearch offers two primary options for storing string fields, keyword and text, with a key difference in full-text search and exact matching capabilities.

Read more
AI NewsElasticsearchData Engineering

Rename Existing Field With Elasticsearch Mapping

Learn how renaming fields in Elasticsearch typically requires recreating an index and reindexing data, a process essential for maintaining data integrity.

Read more
AI NewsElasticsearchJava

Wildcard Search in Elasticsearch: Techniques and Java Implementation

Master wildcard queries in Elasticsearch using Java with code examples for prefix, regexp, and fuzzy searches.

Read more
AI NewsElasticsearchData

Using TermQueries in Elastic Search

Learn how to use TermQueries in Elastic Search for exact matches, improving search speed and efficiency with filtered results.

Read more