Create and query full-text indexes

Create RediSearch-backed full-text indexes and query FalkorDB graph nodes.

22|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/FalkorDB/skills --skill create-and-query-full-text-indexes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create and query full-text indexes
Source: https://github.com/FalkorDB/skills/tree/main/cypher-skills/create-and-query-fulltext-indexes
Command: npx skills add https://github.com/FalkorDB/skills --skill create-and-query-full-text-indexes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users implement efficient text search in FalkorDB without relying on unsupported query patterns or manual filtering for partial matches.

Core Features & Use Cases

  • Full-text Index Creation: Create RediSearch-backed indexes on node properties for advanced text retrieval.
  • Text Querying: Search indexed fields with wildcard and fuzzy matching capabilities through FalkorDB procedures.
  • Use Case: Use this Skill when building applications that need to find users, products, articles, or other graph entities by matching partial text values.

Quick Start

Ask the AI to create a full-text index for a FalkorDB node label and query it for matching text values.

Frequently Asked Questions about Create and query full-text indexes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a full-text index in FalkorDB?

To create a full-text index in FalkorDB, apply RediSearch-backed indexing procedures to specific node properties. This enables advanced text retrieval for matching partial values within your graph database.

Can I do fuzzy matching and wildcard searches in a FalkorDB graph database?

Yes, FalkorDB supports fuzzy matching and wildcard search capabilities through its full-text index procedures. This allows you to retrieve graph entities by querying indexed node properties with partial text.

When do I need a full-text index instead of manual filtering in FalkorDB?

You need a full-text index when your Cypher workflows require partial matching or wildcard search. It replaces unsupported query patterns and manual filtering with efficient RediSearch-backed text retrieval for graph data.

Does FalkorDB use RediSearch for text search queries?

Yes, FalkorDB uses RediSearch to back its full-text index capabilities. You invoke specific FalkorDB procedures to query indexed graph data and retrieve matching node properties.

What is the best way to find graph entities by partial text values in FalkorDB?

The best way to find graph entities by partial text values is creating a RediSearch-backed full-text index on node properties. This supports wildcard and fuzzy matching through Cypher query procedures.