Quick Start Guide for RediSearch

    Running with Docker

    Next, build:

    1. make build

    For more elaborate build instructions, see the Development page.

    Creating an index with fields and weights (default weight is 1.0)

    1. 127.0.0.1:6379> FT.CREATE myIdx SCHEMA title TEXT WEIGHT 5.0 body TEXT url TEXT
    2. OK

    Searching the index

    1. 127.0.0.1:6379> FT.DROP myIdx
    2. OK

    Adding and getting Auto-complete suggestions

    1. OK
    2. 127.0.0.1:6379> FT.SUGGET autocomplete "he"