Linux 软件免费装
Banner图

Relevanssi - A Better Search

开发者 msaari
更新时间 2024年4月4日 13:36
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

search woocommerce search better search product search relevance

下载

3.0.5 4.13.2 4.22.0 4.22.1 4.8.0 4.8.3 4.22.2 3.5.12 4.0.11 4.1.4 4.10.0 4.10.1 4.10.2 4.11.0 4.12.0 4.12.1 4.12.2 4.12.3 4.12.5 4.2.0 4.3.4 4.4.1 4.5.0 4.6.0 4.7.2 4.21.1 4.21.2 4.7.2.1 4.8.2 4.9.0 4.9.1 3.2 3.6.2.2 4.13.0 4.15.1 4.13.1 4.18.3 4.12.4 4.13.3 4.13.3.1 4.14.0 4.14.1 4.14.3 4.14.4 4.14.5 4.14.7 4.16.0 3.4.2 4.21.0 3.1.9 2.20.0 3.3.8 4.14.6 4.17.1 4.14.2 4.17.0 4.18.1 4.18.2 4.18.4 4.19.0 4.8.1 4.15.2 4.20.0 4.7.0 4.7.1

详情介绍:

Relevanssi replaces the standard WordPress search with a better search engine, with lots of features and configurable options. You'll get better results, better presentation of results - your users will thank you. This is the free version of Relevanssi. There's also Relevanssi Premium, which has added features. For more information about Premium, see Relevanssi.com. Do note that using Relevanssi may require large amounts (hundreds of megabytes) of database space (for a reasonable estimate, multiply the size of your wp_posts database table by three). If your hosting setup has a limited amount of space for database tables, using Relevanssi may cause problems. In those cases use of Relevanssi cannot be recommended. Key features Advanced features Premium features (only in Relevanssi Premium)

安装:

  1. Install the plugin from the WordPress plugin screen.
  2. Activate the plugin.
  3. Go to the plugin settings page and build the index following the instructions there.
  4. That's it!
Relevanssi uses the standard search form and doesn't usually need any changes in the search results template. If the search does not bring any results, your theme probably has a query_posts() call in the search results template. That throws Relevanssi off. For more information, see The most important Relevanssi debugging trick. Uninstalling To uninstall the plugin remove the plugin using the normal WordPress plugin management tools (from the Plugins page, first Deactivate, then Delete). If you remove the plugin files manually, the database tables and options will remain.

屏幕截图:

  • Indexing settings
  • Searching settings
  • Logging settings
  • Excerpts and highlights
  • Synonym settings
  • Stopword settings

升级注意事项:

4.22.2
  • Security hardening, improved compatibility with WooCommerce, TablePress and Ninja Tables.
4.22.1
  • Security hardening, better Polylang support.
4.22.0
  • Improvements to search form shortcode.
4.21.2
  • Bug fixes: meta query boolean to array conversion errors.
4.21.1
  • Bug fixes: Polylang compatibility, feed searches, accented letters.
4.21.0
  • New filter hooks, debugging tools and bug fixes.
4.20.0
  • Better method for handling custom fields in excerpts, bug fixes.
4.19.0
  • Logs now include a session ID.
4.18.4
  • No more searching in RSS feeds, new filter hook.
4.18.3
  • Better ACF field controls, bug fixes.
4.18.2
  • Fixes problems with broken permalinks.
4.18.1
  • Small bug fixes.
4.18.0
  • Debugging features, improved ACF support and bug fixes.

常见问题:

Knowledge Base

You can find solutions and answers at the Relevanssi Knowledge Base.

Contextual help

Answers to many common problems can be found from the contextual menu. Just click "Help" in the top right corner of your WordPress admin dashboard on the Relevanssi settings page.

Relevanssi doesn't work

If you the results don't change after installing and activating Relevanssi, the most likely reason is that you have a call to query_posts() on your search results template. This confuses Relevanssi. Try removing the query_posts() call and see what happens.

Searching for words with ampersands or hyphens doesn't work

Please read Words with punctuation can't be found. This is a Relevanssi feature, but you can fix it from Relevanssi indexing settings.

Where are the user search logs?

See the top of the admin menu. There's 'User searches'.

Displaying the relevance score

Relevanssi stores the relevance score it uses to sort results in the $post variable. Just add something like echo $post->relevance_score to your search results template inside a PHP code block to display the relevance score.

Did you mean? suggestions

Relevanssi offers Google-style "Did you mean?" suggestions. See "Did you mean" suggestions in the Knowledge Base for more details.

What is tf * idf weighing?

It's the basic weighing scheme used in information retrieval. Tf stands for term frequency while idf is inverted document frequency. Term frequency is simply the number of times the term appears in a document, while document frequency is the number of documents in the database where the term appears. Thus, the weight of the word for a document increases the more often it appears in the document and the less often it appears in other documents.

What are stop words?

Each document database is full of useless words. All the little words that appear in just about every document are completely useless for information retrieval purposes. Basically, their inverted document frequency is really low, so they never have much power in matching. Also, removing those words helps to make the index smaller and searching faster.

更新日志:

4.22.2 4.22.1 4.22.0 4.21.2 4.21.1 4.21.0 4.20.0 4.19.0 4.18.4 4.18.3 4.18.2 4.18.1 4.18.0