이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Advanced Search by My Solr Server

설명

Advanced Search by My Solr Server plugin replaces the default WordPress search. Features and benefits include:

  • Index pages, posts and custom post types
  • Enable search and faceting on fields such as tags, categories, author, page type, custom fields and custom taxonomies
  • Add special template tags so you can create your own custom result pages to match your theme.
  • Search term suggestions (AutoComplete)
  • Provides better search results based on relevancy
  • Create custom summaries with the search terms highlighted
  • Completely integrated into default WordPress theme and search widget.
  • Configuration options allow you to select pages to ignore

Note : In order to make Advanced Search by My Solr Server plugin work, you need a Solr server installed and configured with the provided schema.xml file.

스크린샷

  • Configuration page

  • Configuration page (facets)

설치

Prerequisite

A Solr server 3.6.0 or > installed and configured with the provided schema.xml file. This file is configured for English content. Update this file according to your content language.

In order to have spell checking work, in your solrconfig.xml file, check :

  1. the spellchecker component have to be correctly configured :

    <lst name=”spellchecker”>
    <str name=”name”>default</str>
    <str name=”field”>spell</str>
    <str name=”spellcheckIndexDir”>spellchecker</str>
    <str name=”buildOnOptimize”>true</str>
    </lst>

  2. the request handler includes the spellchecker component

    <arr name=”last-components”>
    <str>spellcheck</str>
    </arr>

If you are using “Solr for WordPress” WordPress plugin, deactivate and uninstall it.

Installation

  1. Upload the advanced-search-by-my-solr-server folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go in Advanced Search by My Solr Server settings page (“Advanced Search by My Solr Server”), configure the plugin and Load your blog content in Solr (“Load Content” button)

Customize the plugin display

The plugin uses the template files located in the template directory. You can implement your own template files by copying theses files with a new name terminating by “_custom” (for instance, the file mss_search.php is copied as mss_search_custom.php). These new files can be located in the plugin’s template directory or in your theme’s main directory.

FAQ

What version of WordPress does Advanced Search by My Solr Server plugin work with?

Advanced Search by My Solr Server plugin works with WordPress 3.0.0 and greater.

What version of Solr does Advanced Search by My Solr Server plugin work with?

Advanced Search by My Solr Server plugin works with Solr 3.6.x or 4.0.x;

How to manage Custom Post type, custom taxonomies and custom fields?

Advanced Search by My Solr Server plugin was tested with:
* “Custom Post Type UI” plugin for Custom Post type and custom taxonomies management
* “Custom Field Template” plugin for custom fields management
* WP-Types plugin for Custom Post type and custom taxonomies management and for custom fields management

후기

2020년 8월 14일
I tried using "Solr Search for WordPress," but this plugin turned out to be easier to tweak and configure. I am currently using it with WP5.5 and SOLR 8.2.0 and it works beautifully! The SOLR schema has changed a little bit, but you can use SOLR's logging function to review the schema errors and fix them rather easily. MLG4035
모든 2 평가 읽기

기여자 & 개발자

“Advanced Search by My Solr Server”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Advanced Search by My Solr Server”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.5

  • update schema.xml for Solr 3.6.x
  • add schema.xml for Solr 4.0.x
  • SolrPhpClient upgrade for Solr 4.0.x compatibility

2.0.4

  • Search result display bug fix

2.0.3

  • Bug fix jQuery conflict
  • Tests with WP-Types plugin
  • Include custom fields and custom taxonomies in searched data
  • SolrPhpClient upgrade
  • Add proxy support

2.0.2

  • Bug fix while checking Solr connection

2.0.1

  • Update installation prerequisites in order to have spell checking work.

2.0.0

  • Includes all indexing and searching features
  • “Solr for WordPress” plugin is not a pre-requisite anymore
  • Add support for custom post types and custom taxonomies
  • Settings page refactoring
  • Bug fixing

1.0.2

  • Bug fixing

1.0.1

  • Bug fixing

1.0.0

  • Initial version just for My Solr Server connection management.
  • “Solr for WordPress” plugin is a pre-requisite