Linux 软件免费装

RediSearch

开发者 foadyousefi
更新时间 2021年5月5日 02:01
捐献地址: 去捐款
PHP版本: 7.2 及以上
WordPress版本: 5.7
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce search autosuggest suggest advanced search aggregation searching redis fuzzy redisearch

下载

0.2.0 0.2.1 0.2.5 0.2.7 0.3.0 0.3.1 0.3.2 0.1.0 0.1.1 0.2.2 0.2.3 0.2.4 0.3.3 0.3.4

详情介绍:

Redisearch implements a search engine on top of Redis. It has lots of advanced features, like exact phrase matching and numeric filtering for text queries, that are nearly not possible or inefficient with mysql search queries.

安装:

  1. First, you will need to properly install and configure Redis and RediSearch.
  2. Activate the plugin in WordPress.
  3. In the RediSearch settings page, input your Redis host and port and do the configuration.
  4. In RediSearch dashboard page, click on Index button.
  5. Let you visitors enjoy. Optionaly, you can pass settings in your wp-config.php file like following. If you are using Redis Object Cache plugin, these settings may already exist.
define('WP_REDIS_HOST', '127.0.0.1'); define('WP_REDIS_PORT', '6379'); define('WP_REDIS_PASSWORD', 'your-password'); define('WP_REDIS_INDEX_NAME', 'indexName'); define('WP_REDIS_SCHEME', 'connectionScheme');

常见问题:

What is wrong with WordPress native search?

Although mySql is a great database to storing relational data, It acts very poor on search queries and you must forget about some features like fuzzy matching and synonyms.

How Redisearch is compared to ElasticSearch?

Yes, ElasticSearch is a great search engine and it has very good performance compared to mySql. But RediSearch has almost 5 to 10 times better performance and also its way easier to create index, sync your data and send query requests.

更新日志:

0.3.4 0.3.3 0.3.2 0.3.1 0.3.0 0.2.7 0.2.6 0.2.5 0.2.4 0.2.3 0.2.2 0.2.1 0.2.0 0.1.1 0.1.0