You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a python search engine library that utilizes the [RediSearch Redis Module](http://redisearch.io) API.
13
+
This is a Python search engine library that utilizes the [RediSearch Redis Module](http://redisearch.io) API.
14
14
15
-
It is the "official" client of redisearch, and should be regarded as its canonical client implementation.
15
+
It is the "official" client of RediSearch, and should be regarded as its canonical client implementation.
16
16
17
17
## Features
18
18
19
19
RediSearch is a source avaliable ([RSAL](https://raw.githubusercontent.com/RediSearch/RediSearch/master/LICENSE)), high performance search engine implemented as a [Redis Module](https://redis.io/topics/modules-intro).
20
-
It uses custom data types to allow fast, stable and feature rich full-text search inside redis.
20
+
It uses custom data types to allow fast, stable and feature rich full-text search inside Redis.
21
21
22
22
This client is a wrapper around the RediSearch API protocol, that allows you to utilize its features easily.
23
23
@@ -26,8 +26,8 @@ This client is a wrapper around the RediSearch API protocol, that allows you to
26
26
* Full-Text indexing of multiple fields in documents.
27
27
* Incremental indexing without performance loss.
28
28
* Document ranking (provided manually by the user at index time) and field weights.
0 commit comments