What's New in ACOR v1.3.0
Introduction ACOR is a Go library that implements the Aho-Corasick algorithm with Redis as the backend storage. The latest version introduces four major features: Index APIs - Provides match position information Redis Topology Support - Supports Sentinel, Cluster, and Ring Command-Line Tool - Use directly from the terminal Server Adapters - Deploy as HTTP and gRPC services This post covers the usage and features of each. Index APIs Comparison with Existing APIs Previously, Find and Suggest APIs only told you which keywords matched. For text highlighting or position-based analysis, you had to calculate indices separately. ...