You are here

Files in Apache Solr Search 7

Primary tabs

File namesort descending Location Namespace Description
adapter.inc plugins/facetapi/adapter.inc Classes used by the Facet API module.
apachesolr.admin.inc apachesolr.admin.inc Administrative pages for the Apache Solr framework.
apachesolr.api.php apachesolr.api.php Exposed Hooks in 7.x:
apachesolr.css apachesolr.css table.admin-apachesolr td.icon { background: no-repeat center; width: 16px; } table.admin-apachesolr td.operation { width: 16px; } table.admin-apachesolr tr.ok { background-color : #E5FFE2; } table.admin-apachesolr tr.error { color:…
apachesolr.drush.inc drush/apachesolr.drush.inc drush integration for apachesolr.
apachesolr.index.inc apachesolr.index.inc Functions related to Apache Solr indexing operations.
apachesolr.info apachesolr.info name = Apache Solr framework description = Framework for searching with Solr package = Search Toolkit core = 7.x configure = admin/config/search/apachesolr/settings files[] = apachesolr.interface.inc files[] = Drupal_Apache_Solr_Service.php files[] =…
apachesolr.install apachesolr.install Install and related hooks for apachesolr_search.
apachesolr.interface.inc apachesolr.interface.inc
apachesolr.module apachesolr.module Integration with the Apache Solr search application.
apachesolr_access.info apachesolr_access/apachesolr_access.info name = Apache Solr Access description = Integrates node access and other permissions with Apache Solr search dependencies[] = apachesolr package = Search Toolkit core = 7.x files[] = tests/apachesolr_access.test
apachesolr_access.module apachesolr_access/apachesolr_access.module
apachesolr_access.test apachesolr_access/tests/apachesolr_access.test Unit tests for the access control functionalities that are added by apachesolr_access.
apachesolr_base.test tests/apachesolr_base.test Unit test class that provides tests for base functionality of the Apachesolr Module without having the need of a Solr Server
apachesolr_context_page_condition.inc plugins/context/apachesolr_context_page_condition.inc Context integration for Apachesolr.
apachesolr_search.admin.inc apachesolr_search.admin.inc Administrative settings for searching.
apachesolr_search.info apachesolr_search.info name = Apache Solr search description = Search with Solr dependencies[] = search dependencies[] = apachesolr package = Search Toolkit core = 7.x configure = admin/config/search/apachesolr/search-pages
apachesolr_search.install apachesolr_search.install Install and related hooks for apachesolr_search.
apachesolr_search.module apachesolr_search.module Provides a content search implementation for node content for use with the Apache Solr search application.
apachesolr_search.pages.inc apachesolr_search.pages.inc Provides the page callback for user defined search pages.
apachesolr_test.info tests/apachesolr_test/apachesolr_test.info name = Apache Solr helper module for tests description = Support module for apachesolr module testing. package = Search Toolkit core = 7.x hidden = TRUE dependencies[] = apachesolr
apachesolr_test.module tests/apachesolr_test/apachesolr_test.module
Apache_Solr_Document.php Apache_Solr_Document.php
CHANGELOG.txt CHANGELOG.txt Apache Solr integration 7.x-1.x, xxxx-xx-xx ----------------------------- Apache Solr integration 7.x-1.12, 2020-12-11 ----------------------------- Issue #2446419 by bburg, champcy, bfridman: Incorrect display of some main menu items and browser tab…
Drupal_Apache_Solr_Service.php Drupal_Apache_Solr_Service.php
Dummy_Solr.php tests/Dummy_Solr.php Dummy object to simulate a Solr Service
mapping-ISOLatin1Accent.txt tests/conf/mapping-ISOLatin1Accent.txt # Incomplete example for testing # à => a "\u00E0" => "a" # á => a "\u00E1" => "a" # â => a "\u00E2" => "a" # ã => a "\u00E3" => "a" # ä…
mapping-ISOLatin1Accent.txt solr-conf/solr-7.x/mapping-ISOLatin1Accent.txt # This file contains character mappings for the default fulltext field type. # The source characters (on the left) will be replaced by the respective target # characters before any other processing takes place. # Lines starting with a pound character…
mapping-ISOLatin1Accent.txt solr-conf/solr-6.x/mapping-ISOLatin1Accent.txt # This file contains character mappings for the default fulltext field type. # The source characters (on the left) will be replaced by the respective target # characters before any other processing takes place. # Lines starting with a pound character…
mapping-ISOLatin1Accent.txt solr-conf/solr-4.x/mapping-ISOLatin1Accent.txt # This file contains character mappings for the default fulltext field type. # The source characters (on the left) will be replaced by the respective target # characters before any other processing takes place. # Lines starting with a pound character…
mapping-ISOLatin1Accent.txt solr-conf/solr-5.x/mapping-ISOLatin1Accent.txt # This file contains character mappings for the default fulltext field type. # The source characters (on the left) will be replaced by the respective target # characters before any other processing takes place. # Lines starting with a pound character…
mapping-ISOLatin1Accent.txt solr-conf/solr-3.x/mapping-ISOLatin1Accent.txt # This file contains character mappings for the default fulltext field type. # The source characters (on the left) will be replaced by the respective target # characters before any other processing takes place. # Lines starting with a pound character…
protwords.txt tests/conf/protwords.txt # Incomplete example for testing
protwords.txt solr-conf/solr-7.x/protwords.txt #----------------------------------------------------------------------- # This file blocks words from being operated on by the stemmer and word delimiter. & < > ' "
protwords.txt solr-conf/solr-6.x/protwords.txt #----------------------------------------------------------------------- # This file blocks words from being operated on by the stemmer and word delimiter. & < > ' "
protwords.txt solr-conf/solr-4.x/protwords.txt #----------------------------------------------------------------------- # This file blocks words from being operated on by the stemmer and word delimiter. & < > ' "
protwords.txt solr-conf/solr-5.x/protwords.txt #----------------------------------------------------------------------- # This file blocks words from being operated on by the stemmer and word delimiter. & < > ' "
protwords.txt solr-conf/solr-1.4/protwords.txt #----------------------------------------------------------------------- # This file blocks words from being operated on by the stemmer and word delimiter. & < > ' "
protwords.txt solr-conf/solr-3.x/protwords.txt #----------------------------------------------------------------------- # This file blocks words from being operated on by the stemmer and word delimiter. & < > ' "
query_type_date.inc plugins/facetapi/query_type_date.inc Date query type plugin for the Apache Solr adapter.
query_type_geo.inc plugins/facetapi/query_type_geo.inc
query_type_numeric_range.inc plugins/facetapi/query_type_numeric_range.inc Numeric range query type plugin for the Apache Solr adapter.
query_type_term.inc plugins/facetapi/query_type_term.inc Term query type plugin for the Apache Solr adapter.
README.txt README.txt This module integrates Drupal with the Apache Solr search platform. Solr search can be used as a replacement for core content search and boasts both extra features and better performance. Among the extra features is the ability to have faceted search…
README.txt tests/conf/README.txt The conf files in this directory are complete in addition to schema.xml and solrconfig.xml in order to provide what a core needs to run. However, these are only for testing. For production start from the ones from the example/solr directory of a…
Solr_Base_Query.php Solr_Base_Query.php This class allows you to make operations on a query that will be sent to Apache Solr. methods such as adding and removing sorts, remove and replace parameters, adding and removing filters, getters and setters for various parameters and more
solr_base_query.test tests/solr_base_query.test
solr_base_subquery.test tests/solr_base_subquery.test Unit tests for subquery object methods.
solr_document.test tests/solr_document.test Unit tests for document object methods.
solr_index_and_search.test tests/solr_index_and_search.test

Pages

Other projects