Search Indexer
CommunityBoost search relevance and speed.
AuthorCleanExpo
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses inefficient search functionalities by implementing robust full-text indexing, query optimization, and hybrid search strategies, ensuring users find information quickly and accurately.
Core Features & Use Cases
- Full-Text Indexing: Creates and maintains PostgreSQL
tsvectorindexes for efficient text searching. - Query Optimization: Utilizes GIN indexes and advanced query parsing (
websearch_to_tsquery) for faster, more relevant results. - Hybrid Search: Combines full-text relevance with vector similarity for superior search quality.
- Autocomplete: Implements prefix-based search suggestions for a better user experience.
- Use Case: Enhance the search bar on your e-commerce platform to provide instant, accurate product suggestions and results, even for complex or misspelled queries.
Quick Start
Implement a GIN index on the 'documents' table's 'search_vector' column and update the search query to use pre-computed tsvector.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Search Indexer Download link: https://github.com/CleanExpo/DR-NRPG/archive/main.zip#search-indexer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.