This document provides an introduction to searching with Elasticsearch. It demonstrates how to perform basic searches on an indexed Twitter dataset using curl commands. It also summarizes Elasticsearch concepts like inverted indexes, analyzers, tokenization, normalization, and filters. Elasticsearch.NET and NEST clients for .NET Core are briefly compared.
Related topics: