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