ApachesolrSchemaPreprocessor.php |
lib/Drupal/RichSnippets/Apachesolr/ApachesolrSchemaPreprocessor.php |
|
Contains Drupal_RichSnippets_Apachesolr_ApachesolrSchemaPreprocessor. |
NodeSchemaPreprocessor.php |
lib/Drupal/RichSnippets/Node/NodeSchemaPreprocessor.php |
|
Contains Drupal_RichSnippets_Node_NodeSchemaPreprocessor. |
README.txt |
README.txt |
|
Rich Snippets
=============
The Rich Snippets module overrides the core Search styles and templates to
closely match the UI of major search engines. This project is an extension of
the core Search module that integrates with the Schema.org project to… |
rich_snippets.apachesolr.inc |
rich_snippets.apachesolr.inc |
|
Apache Solr Search Integration hook implementations and helper functions. |
rich_snippets.api.php |
rich_snippets.api.php |
|
Hooks provided by the Rich Snippets module. |
rich_snippets.css |
rich_snippets.css |
|
ol.search-results li {
padding-bottom: none;
border-bottom: none;
margin-bottom: 23px;
overflow: hidden;
}
div.search-results-wrapper h2 {
position: absolute;
width: 1px;
height: 1px;
top: -1000em;
overflow:… |
rich_snippets.info |
rich_snippets.info |
|
name = Rich Snippets
description = Overrides the standard search results templates and CSS to display results similar to major search engines.
dependencies[] = schemaorg
package = Search Toolkit
core = 7.x
files[] =… |
rich_snippets.install |
rich_snippets.install |
|
Install, update, and uninstall functions for the Rich Snippets module. |
rich_snippets.legacy_apachesolr_get_field_mappings.inc |
rich_snippets.legacy_apachesolr_get_field_mappings.inc |
|
Inclues the legacy function apachesolr_get_field_mappings. |
rich_snippets.legacy_apachesolr_get_index_key_map.inc |
rich_snippets.legacy_apachesolr_get_index_key_map.inc |
|
Inclues the legacy function apachesolr_get_index_key_map. |
rich_snippets.module |
rich_snippets.module |
|
Overrides the standard search results templates and CSS to display results
similar to major search engines. |
rich_snippets.preprocess.inc |
rich_snippets.preprocess.inc |
|
Rich Snippets preprocess hook implementations. |
rich_snippets.theme.inc |
rich_snippets.theme.inc |
|
Theme hook implementations. |
SchemaPreprocessorInterface.php |
lib/Drupal/RichSnippets/SchemaPreprocessorInterface.php |
|
Contains Drupal_RichSnippets_SchemaPreprocessorInterface. |
search-result.tpl.php |
search-result.tpl.php |
|
Overrides modules/search/search-result.tpl.php. |
search-results.tpl.php |
search-results.tpl.php |
|
Overrides modules/search/search-results.tpl.php. |