You are here

Classes, traits, and interfaces in Search API Solr 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AddHierarchyTest class Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/AddHierarchyTest.php Tests the "Hierarchy" processor.
BasicAuthSolrConnector class Drupal\search_api_solr\Plugin\SolrConnector src/Plugin/SolrConnector/BasicAuthSolrConnector.php Standard Solr connector.
ContentAccessTest class Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/ContentAccessTest.php Tests the "Content access" processor.
DevelController class Drupal\search_api_solr\Controller src/Controller/DevelController.php Returns responses for devel module routes.
DevelLocalTask class Drupal\search_api_solr\Plugin\Derivative src/Plugin/Derivative/DevelLocalTask.php Provides local task definitions for all entity bundles. 1
DevelRouteSubscriber class Drupal\search_api_solr\Routing src/Routing/DevelRouteSubscriber.php Subscriber for Search Api Solr routes. 2
EventProxy class Drupal\search_api_solr\Solarium\EventDispatcher src/Solarium/EventDispatcher/EventProxy.php A proxy for events defined by symfony contracts
FacetsTest class Drupal\Tests\search_api_solr\Functional tests/src/Functional/FacetsTest.php Tests the facets functionality using the Solr backend.
InMemoryLogger class Drupal\search_api_solr_test\Logger tests/modules/search_api_solr_test/src/Logger/InMemoryLogger.php A simple in memory logger. 1
IntegrationTest class Drupal\search_api_solr_defaults\Tests search_api_solr_defaults/src/Tests/IntegrationTest.php Tests the correct installation of the default configs.
IntegrationTest class Drupal\Tests\search_api_solr\Functional tests/src/Functional/IntegrationTest.php Tests the overall functionality of the Search API framework and admin UI.
InvokeMethodTrait trait Drupal\Tests\search_api_solr\Traits tests/src/Traits/InvokeMethodTrait.php Provides a function to invoke protected/private methods of a class. 3
NgramStringDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/NgramStringDataType.php Provides a ngram string data type.
NgramTextDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/NgramTextDataType.php Provides a ngram full text data type.
OmitNormsTextDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/OmitNormsTextDataType.php Provides a full text data type which omit norms.
PhoneticTextDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/PhoneticTextDataType.php Provides a phonetic full text data type.
Psr14Bridge final class Drupal\search_api_solr\Solarium\EventDispatcher src/Solarium/EventDispatcher/Psr14Bridge.php A helper to decorate the legacy EventDispatcherInterface::dispatch(). 1
Query class Drupal\search_api_solr\Solarium\Autocomplete src/Solarium/Autocomplete/Query.php Autocomplete query. 1
RequestBuilder class Drupal\search_api_solr\Solarium\Autocomplete src/Solarium/Autocomplete/RequestBuilder.php Autocomplete request builder.
ResponseParser class Drupal\search_api_solr\Solarium\Autocomplete src/Solarium/Autocomplete/ResponseParser.php Autocomplete response parser.
Result class Drupal\search_api_solr\Solarium\Autocomplete src/Solarium/Autocomplete/Result.php Autocomplete query result.
SearchApiBackendUnitTest class Drupal\Tests\search_api_solr\Unit tests/src/Unit/SearchApiBackendUnitTest.php Tests functionality of the backend.
SearchApiSolrBackend class Drupal\search_api_solr\Plugin\search_api\backend src/Plugin/search_api/backend/SearchApiSolrBackend.php Apache Solr backend for search api. 3
SearchApiSolrException class Drupal\search_api_solr src/SearchApiSolrException.php Represents an exception that occurs in Search API Solr. 2
SearchApiSolrLocationTest class Drupal\Tests\search_api_solr\Kernel tests/src/Kernel/SearchApiSolrLocationTest.php Tests location searches and distance facets using the Solr search backend.
SearchApiSolrTest class Drupal\Tests\search_api_solr\Kernel tests/src/Kernel/SearchApiSolrTest.php Tests index and search capabilities using the Solr search backend.
SolrBackendInterface interface Drupal\search_api_solr src/SolrBackendInterface.php Defines an interface for Solr search backend plugins. 1 4
SolrBackendTrait trait Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/SolrBackendTrait.php Helper to exchange the DB backend for a Solr backend in processor tests.
SolrCommitTrait trait Drupal\search_api_solr\Utility src/Utility/SolrCommitTrait.php Helper to ensure that solr index is up to date. 1
SolrConfigForm class Drupal\search_api_solr\Form src/Form/SolrConfigForm.php A basic form with a passed entity with an interface. 1
SolrConnector class Drupal\search_api_solr\Annotation src/Annotation/SolrConnector.php Defines a connector plugin annotation object.
SolrConnectorInterface interface Drupal\search_api_solr src/SolrConnectorInterface.php 1 2
SolrConnectorPluginBase abstract class Drupal\search_api_solr\SolrConnector src/SolrConnector/SolrConnectorPluginBase.php Defines a base class for Solr connector plugins. 1 1
SolrConnectorPluginManager class Drupal\search_api_solr\SolrConnector src/SolrConnector/SolrConnectorPluginManager.php A plugin manager for Solr connector plugins. 1 2
SolrFieldNamesTest class Drupal\Tests\search_api_solr\Kernel tests/src/Kernel/SolrFieldNamesTest.php Tests index and search capabilities using the Solr search backend.
StandardSolrConnector class Drupal\search_api_solr\Plugin\SolrConnector src/Plugin/SolrConnector/StandardSolrConnector.php Standard Solr connector. 1
StorageStringDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/StorageStringDataType.php Provides a storage-only string data type.
TravisLogEventListener class Drupal\Tests\search_api_solr tests/src/TravisLogEventListener.php
UnstemmedTextDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/UnstemmedTextDataType.php Provides a not stemmed full text data type.
UtilitiesTest class Drupal\Tests\search_api_solr\Kernel tests/src/Kernel/UtilitiesTest.php Provides tests for various utility functions.
Utility class Drupal\search_api_solr\Utility src/Utility/Utility.php Utility functions specific to solr. 3
ViewsTest class Drupal\Tests\search_api_solr\Functional tests/src/Functional/ViewsTest.php Tests the Views integration of the Search API.
WhiteSpaceTokensTextDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/WhiteSpaceTokensTextDataType.php Provides a full text data type based on unmodified tokens.

Other projects