Using Azure Search for full-text search

Introduction Azure Search is a cloud-based search-as-a-service solution offered by Microsoft Azure. It allows you to add scalable, full-text search capabilities to your applications, websites, and other data sources. With Azure Search’s powerful search algorithms, you can quickly find relevant data in large amounts of structured and unstructured data sources. Continue Reading

Working with Elasticsearch for search and analytics

Elasticsearch is a distributed search and analytics engine that is used to index, search, and analyze large volumes of data quickly and in real-time. Elasticsearch is built on top of Apache Lucene, which is a high-performance indexing and search library. Elasticsearch provides a simple and powerful REST API that allows Continue Reading