Full-text search
Why CrateDB for Full-text Search?
Feature
Benefit
Common Query Patterns
Basic Keyword Search
SELECT id, message
FROM logs
WHERE MATCH(message, 'authentication failed');Combine with Structured Filters
SELECT id, message
FROM logs
WHERE service = 'auth'
AND MATCH(message, 'token expired');Search Nested JSON
Aggregate Search Results
Real-World Examples
Log and Event Search
Customer Feedback Analysis
Anomaly Investigation
Language Support and Analyzers
Indexing and Performance Tips
Tip
Why It Helps
Further Learning & Resources
Last updated

