{"id":14670,"date":"2011-08-29T22:17:02","date_gmt":"2011-08-29T22:17:02","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/advanced-search-by-my-solr-server\/"},"modified":"2013-06-28T14:56:28","modified_gmt":"2013-06-28T14:56:28","slug":"advanced-search-by-my-solr-server","status":"closed","type":"plugin","link":"https:\/\/ru.wordpress.org\/plugins\/advanced-search-by-my-solr-server\/","author":8015445,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.0.5","stable_tag":"2.0.5","tested":"3.5.2","requires":"3.0.0","requires_php":"","requires_plugins":"","header_name":"Advanced Search by www.mysolrserver.com","header_author":"www.mysolrserver.com","header_description":"","assets_banners_color":"","last_updated":"2013-06-28 14:56:28","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/advanced-search-by-my-solr-server\/","header_author_uri":"http:\/\/www.mysolrserver.com","rating":2,"author_block_rating":0,"active_installs":10,"downloads":10401,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":"1","4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","2.0.2","2.0.3","2.0.4","2.0.5"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539067","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539067","resolution":"1","location":"plugin"}},"screenshots":{"1":"<p>Configuration page<\/p>","2":"<p>Configuration page (facets)<\/p>"}},"plugin_section":[],"plugin_tags":[3547,944,5014,5013,5012],"plugin_category":[55],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-14670","plugin","type-plugin","status-closed","hentry","plugin_tags-custom-search","plugin_tags-search","plugin_tags-search-integration","plugin_tags-search-results","plugin_tags-solr","plugin_category-seo-and-marketing","plugin_committers-dbejean"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/advanced-search-by-my-solr-server.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/advanced-search-by-my-solr-server\/trunk\/screenshot-1.png?rev=1539067","caption":"<p>Configuration page<\/p>"},{"src":"https:\/\/ps.w.org\/advanced-search-by-my-solr-server\/trunk\/screenshot-2.png?rev=1539067","caption":"<p>Configuration page (facets)<\/p>"}],"raw_content":"<!--section=description-->\n<p>Advanced Search by My Solr Server plugin replaces the default WordPress search. Features and benefits include:<\/p>\n\n<ul>\n<li>Index pages, posts and custom post types<\/li>\n<li>Enable search and faceting on fields such as tags, categories, author, page type, custom fields and custom taxonomies<\/li>\n<li>Add special template tags so you can create your own custom result pages to match your theme.<\/li>\n<li>Search term suggestions (AutoComplete)<\/li>\n<li>Provides better search results based on relevancy<\/li>\n<li>Create custom summaries with the search terms highlighted<\/li>\n<li>Completely integrated into default WordPress theme and search widget.<\/li>\n<li>Configuration options allow you to select pages to ignore<\/li>\n<\/ul>\n\n<p>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.<\/p>\n\n<!--section=installation-->\n<h4>Prerequisite<\/h4>\n\n<p>A Solr server 3.6.0 or &gt; installed and configured with the provided schema.xml file. This file is configured for English content. Update this file according to your content language.<\/p>\n\n<p>In order to have spell checking work, in your solrconfig.xml file, check :<\/p>\n\n<ol>\n<li><p>the spellchecker component have to be correctly configured :<\/p>\n\n<p>&lt;lst name=\"spellchecker\"&gt;\n  &lt;str name=\"name\"&gt;default&lt;\/str&gt;\n  &lt;str name=\"field\"&gt;spell&lt;\/str&gt;\n  &lt;str name=\"spellcheckIndexDir\"&gt;spellchecker&lt;\/str&gt;\n  &lt;str name=\"buildOnOptimize\"&gt;true&lt;\/str&gt;\n&lt;\/lst&gt;<\/p><\/li>\n<li><p>the request handler includes the spellchecker component<\/p>\n\n<p>&lt;arr name=\"last-components\"&gt;\n   &lt;str&gt;spellcheck&lt;\/str&gt;\n &lt;\/arr&gt;<\/p><\/li>\n<\/ol>\n\n<p>If you are using \"Solr for Wordpress\" Wordpress plugin, deactivate and uninstall it.<\/p>\n\n<h4>Installation<\/h4>\n\n<ol>\n<li>Upload the <code>advanced-search-by-my-solr-server<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>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)<\/li>\n<\/ol>\n\n<h4>Customize the plugin display<\/h4>\n\n<p>The plugin uses the template files located in the <code>template<\/code> 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.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>What version of WordPress does Advanced Search by My Solr Server plugin work with?<\/dt>\n<dd><p>Advanced Search by My Solr Server plugin works with WordPress 3.0.0 and greater.<\/p><\/dd>\n<dt>What version of Solr does Advanced Search by My Solr Server plugin work with?<\/dt>\n<dd><p>Advanced Search by My Solr Server plugin works with Solr 3.6.x or 4.0.x;<\/p><\/dd>\n<dt>How to manage Custom Post type, custom taxonomies and custom fields?<\/dt>\n<dd><p>Advanced Search by My Solr Server plugin was tested with:\n* \"Custom Post Type UI\" plugin for Custom Post type and custom taxonomies management \n* \"Custom Field Template\" plugin for custom fields management\n* WP-Types plugin for Custom Post type and custom taxonomies management and for custom fields management<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0.5<\/h4>\n\n<ul>\n<li>update schema.xml for Solr 3.6.x<\/li>\n<li>add schema.xml for Solr 4.0.x<\/li>\n<li>SolrPhpClient upgrade for Solr 4.0.x compatibility<\/li>\n<\/ul>\n\n<h4>2.0.4<\/h4>\n\n<ul>\n<li>Search result display bug fix<\/li>\n<\/ul>\n\n<h4>2.0.3<\/h4>\n\n<ul>\n<li>Bug fix jQuery conflict<\/li>\n<li>Tests with WP-Types plugin<\/li>\n<li>Include custom fields and custom taxonomies in searched data <\/li>\n<li>SolrPhpClient upgrade<\/li>\n<li>Add proxy support<\/li>\n<\/ul>\n\n<h4>2.0.2<\/h4>\n\n<ul>\n<li>Bug fix while checking Solr connection<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Update installation prerequisites in order to have spell checking work.<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Includes all indexing and searching features<\/li>\n<li>\"Solr for Wordpress\" plugin is not a pre-requisite anymore<\/li>\n<li>Add support for custom post types and custom taxonomies<\/li>\n<li>Settings page refactoring<\/li>\n<li>Bug fixing<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Bug fixing<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Bug fixing<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial version just for My Solr Server connection management.<\/li>\n<li>\"Solr for Wordpress\" plugin is a pre-requisite<\/li>\n<\/ul>","raw_excerpt":"A WordPress plugin that replaces the default WordPress search with a lot of benefits","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/14670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=14670"}],"author":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/dbejean"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=14670"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=14670"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=14670"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=14670"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=14670"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=14670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}