Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
11 lines
450 B
Plaintext
11 lines
450 B
Plaintext
RediSearch is a source available Full-Text and Secondary Index
|
|
engine over Redis, developed by Redis Labs.
|
|
|
|
Redisearch implements a search engine on top of Redis, but
|
|
unlike other Redis search libraries, it does not use internal
|
|
data structures like sorted sets.
|
|
|
|
This also enables more advanced features, like exact phrase
|
|
matching and numeric filtering for text queries, that are not
|
|
possible or efficient with traditional Redis search approaches.
|