← ClaudeAtlas

couchbase-ftslisted

Design, build, and tune Couchbase Full Text Search (FTS) and vector search indexes. Use whenever the user asks about FTS indexes, Search service, text search, full-text search, fuzzy search, phrase search, wildcard search, regex search, geo search, geo-distance, geo-bounding-box, facets, scoring, boosting, analyzers, tokenizers, custom analyzers, language analyzers, type mappings, dynamic mappings, child mappings, FTS index design, FTS synonyms (8.x), vector search, kNN search, vector index, embedding search, hybrid search (FTS + vector), cb_fts_search, admin_fts_*, BLEVE, or 'how do I search text in Couchbase.' Distinct from couchbase-sqlpp-tuning (SQL++ index design) and couchbase-mcp (operating the tools). Use proactively when the user has a search use case — text relevance, semantic similarity, geo-proximity, or faceted navigation.
celticht32/Couchbase-Skills-for-Claude.ai · ★ 1 · AI & Automation · score 77
Install: claude install-skill celticht32/Couchbase-Skills-for-Claude.ai
# Couchbase Full Text Search & Vector Search A skill for *designing and operating* Couchbase FTS and vector search indexes. Distinct from: - `couchbase-sqlpp-tuning` — SQL++ / GSI index design (not Search service) - `couchbase-data-modeling` — document shape decisions that affect what FTS can index - `couchbase-mcp` — calling the actual `cb_fts_search`, `admin_fts_*`, and `admin_vector_index_*` tools If the conversation is "I need to search text / find similar documents / search by location," this is the right skill. ## When this skill applies - "How do I do full-text search in Couchbase?" - "How do I build an FTS index?" - "Why isn't my FTS query matching what I expect?" - "How do I add fuzzy / wildcard / phrase search?" - "How do I search by geo-distance?" - "How do I implement vector / semantic / kNN search?" - "How do I combine text search with vector search (hybrid)?" - "What analyzer should I use for [language]?" - "How do I boost certain fields?" - "What are FTS synonyms and when should I use them?" - "How do I size FTS / vector index memory?" ## Pick the right reference | Question | Read | |---|---| | "How do I design an FTS index — mappings, analyzers, type fields?" | `references/index-design.md` | | "How do I write FTS queries — match, phrase, fuzzy, wildcard, conjunction, geo?" | `references/query-types.md` | | "Analyzers, tokenizers, token filters — how do they work, which to pick?" | `references/analyzers.md` | | "Vector search — kNN, hybrid search, index