forked from bejean/advanced-search-by-my-solr-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
executable file
·144 lines (86 loc) · 5.19 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
=== Advanced Search by My Solr Server ===
Contributors: www.mysolrserver.com
Author URI: http://www.mysolrserver.com
Plugin URI: http://wordpress.org/extend/plugins/advanced-search-by-my-solr-server/
Tags: solr, search, search results, search integration, custom search, better search, search replacement, category search, comment search, tag search, page search, post search, search highlight, seo
Requires at least: 3.0.0
Tested up to: 3.4.2
Stable tag: 2.0.4
A WordPress plugin that replaces the default WordPress search with a lot of benefits
== Description ==
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.
If you don't have the time or resources to install, configure and maintain a Solr server, My Solr Server do it for you !
= What is www.mysolrserver.com ? =
My Solr Server is a Software as a Service Apache Solr enterprise search platform (http://www.mysolrserver.com). My Solr Server provides hosted instances of the Apache Solr server.
In a couple of minutes, you can create your own Solr server instance, manage it in our manager and integrate it with your favourite CMS by using its standard Solr plugin or module. Wordpress is one of the supported CMS.
= What Advanced Search by My Solr Server plugin does ? =
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
== Installation ==
= Prerequisite =
A Solr server 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 (in previous version, "Solr for Wordpress" Wordpress plugin was a pre-requisite).
= 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.
== Frequently Asked Questions ==
= 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 1.4.x and 3.x
= How to manage Custom Post type, custom taxonomies and custom fields? =
Advanced Search by My Solr Server pluginplugin 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
== Screenshots ==
1. Configuration page
2. Configuration page (facets)
== Changelog ==
= 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