Go: Building Full-Text Search API with ElasticSearch
Created Apr 18, 2024Last modified Apr 19, 2024
Contents
- Chapter 1. Introduction
- 1.1 Preparation
- 1.2 Objectives
- Chapter 2. Index Documents
- 2.1 Gin Server
- 2.2 Setup Elasticsearch
- 2.3 Send Index Requests
- Chapter 3. Search Documents
- Chapter 4. Deployment
- 4.1 Dockerfile
- 4.2 Docker Compose
- 4.3 Summary