You are here

Files in Apache Solr Search 6.3

Primary tabs

File namesort descending Location Namespace Description
adapter.inc plugins/facetapi/adapter.inc Classes used by the Facet API module.
anode_access_test.info apachesolr_access/tests/anode_access_test.info name = "A Node module access tests" ; copied from Drupal 7 node_access_test description = "Support module for node permission testing." package = Testing core = 6.x hidden = TRUE
anode_access_test.install apachesolr_access/tests/anode_access_test.install Install, update and uninstall functions for the node_access_test module.
anode_access_test.module apachesolr_access/tests/anode_access_test.module Dummy module implementing node access related hooks to test API interaction with the Node module. This module restricts view permission to those with a special 'node test view' permission.
apachesolr.admin.inc apachesolr.admin.inc Administrative pages for the Apache Solr framework.
apachesolr.api.php apachesolr.api.php Exposed Hooks in 6.x-3.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 = 6.x php = 5.2.4 dependencies[] = search dependencies[] = content files[] = apachesolr.install files[] = apachesolr.module 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 = 6.x dependencies[] = apachesolr dependencies[] = apachesolr_search files[] =…
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_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[] = apachesolr package = Search Toolkit core = 6.x configure = admin/settings/apachesolr/search-pages files[] = apachesolr_search.install files[] = apachesolr_search.module files[]…
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 = 6.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 6.x-3.1, 2015-12-02 ----------------------------- SA-CONTRIB-2015-170 by Dave Reid, theapi: fix for anonymous users can delete Solr environments that are not default. Apache Solr integration 6.x-3.0,…
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-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-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-4.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
stopwords.txt tests/conf/stopwords.txt # Incomplete example set for testing a an of the to
stopwords.txt solr-conf/solr-4.x/stopwords.txt # Contains words which shouldn't be indexed for fulltext fields, e.g., because # they're too common. For documentation of the format, see # http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFil... # (Lines starting…
stopwords.txt solr-conf/solr-3.x/stopwords.txt # Contains words which shouldn't be indexed for fulltext fields, e.g., because # they're too common. For documentation of the format, see # http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFil... # (Lines starting…
synonyms.txt tests/conf/synonyms.txt # Example synonmym mappings for testing druplicon => drupal icon love,hate,spam

Pages

Other projects