You are here

Classes, traits, and interfaces in Search API Solr 4.x

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AbstractSolrEntity abstract class Drupal\search_api_solr\Entity src/Entity/AbstractSolrEntity.php Defines the abstract base class for Solr config entities. 4
AbstractSolrEntityController abstract class Drupal\search_api_solr\Controller src/Controller/AbstractSolrEntityController.php Provides different listings of Solr Entities. 4
AbstractSolrEntityListBuilder abstract class Drupal\search_api_solr\Controller src/Controller/AbstractSolrEntityListBuilder.php Provides a listing of Solr Entities. 4 1
AddHierarchyTest class Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/AddHierarchyTest.php Tests the "Hierarchy" processor. 1 1
AddHierarchyTest class Drupal\Tests\search_api_solr_legacy\Kernel\Processor modules/search_api_solr_legacy/tests/src/Kernel/Processor/AddHierarchyTest.php Tests the "Hierarchy" processor.
BackendTrait trait Drupal\search_api_solr\Controller src/Controller/BackendTrait.php Provides a listing of Solr Entities.
BackendTrait trait Drupal\search_api_solr\Plugin\search_api_autocomplete\suggester src/Plugin/search_api_autocomplete/suggester/BackendTrait.php Provides a helper method for loading the search backend.
BasicAuthSolrCloudConnector class Drupal\search_api_solr\Plugin\SolrConnector src/Plugin/SolrConnector/BasicAuthSolrCloudConnector.php Basic auth Solr connector. 1 1
BasicAuthSolrConnector class Drupal\search_api_solr\Plugin\SolrConnector src/Plugin/SolrConnector/BasicAuthSolrConnector.php Basic auth Solr connector. 1 1
BasicAuthTestSolrCloudConnector class Drupal\search_api_solr_test\Plugin\SolrConnector tests/modules/search_api_solr_test/src/Plugin/SolrConnector/BasicAuthTestSolrCloudConnector.php Basic auth Solr test connector.
BasicAuthTestSolrConnector class Drupal\search_api_solr_test\Plugin\SolrConnector tests/modules/search_api_solr_test/src/Plugin/SolrConnector/BasicAuthTestSolrConnector.php Basic auth Solr test connector.
BasicAuthTrait trait Drupal\search_api_solr\SolrConnector src/SolrConnector/BasicAuthTrait.php Basic auth functionality for a Solr connector. 2
BoostMoreRecent class Drupal\search_api_solr\Plugin\search_api\processor src/Plugin/search_api/processor/BoostMoreRecent.php Adds a boost for more recent dates.
BoostMoreRecentTest class Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/BoostMoreRecentTest.php Tests the "Boost more recent" processor.
CommandHelper Deprecated class Drupal\search_api_solr\Utility src/Utility/CommandHelper.php Provides functionality to be used by CLI tools.
ConfigSubscriber class Drupal\search_api_solr\EventSubscriber src/EventSubscriber/ConfigSubscriber.php Provides a ConfigSubscriber that adds language-specific Solr Field Types. 2
ContentAccessTest class Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/ContentAccessTest.php Tests the "Content access" processor. 1 1
ContentAccessTest class Drupal\Tests\search_api_solr_legacy\Kernel\Processor modules/search_api_solr_legacy/tests/src/Kernel/Processor/ContentAccessTest.php Tests the "Content access" processor.
CustomTextDataType class Drupal\search_api_solr\Plugin\Derivative src/Plugin/Derivative/CustomTextDataType.php Provides plugin definitions for custom full text data types.
CustomTextDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/CustomTextDataType.php Provides a not stemmed full text data type.
DateRange class Drupal\search_api_solr\Plugin\search_api\processor src/Plugin/search_api/processor/DateRange.php Add date ranges to the index.
DateRangeDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/DateRangeDataType.php Provides a date range data type.
DateRangeTest class Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/DateRangeTest.php Tests the "Date range" processor.
DateRangeValue class Drupal\search_api_solr\Plugin\search_api\data_type\value src/Plugin/search_api/data_type/value/DateRangeValue.php Represents a single date range value. 2
DateRangeValueInterface interface Drupal\search_api_solr\Plugin\search_api\data_type\value src/Plugin/search_api/data_type/value/DateRangeValueInterface.php Provides an interface for date range field values. 1
DevelController class Drupal\search_api_solr_devel\Controller modules/search_api_solr_devel/src/Controller/DevelController.php Returns responses for devel module routes.
DevelLocalTask class Drupal\search_api_solr_devel\Plugin\Derivative modules/search_api_solr_devel/src/Plugin/Derivative/DevelLocalTask.php Provides local task definitions for all entity bundles. 1
DevelRouteSubscriber class Drupal\search_api_solr_devel\Routing modules/search_api_solr_devel/src/Routing/DevelRouteSubscriber.php Subscriber for Search Api Solr routes. 2
DoubleQuoteWorkaround class Drupal\search_api_solr\Plugin\search_api\processor src/Plugin/search_api/processor/DoubleQuoteWorkaround.php Replaces double quotes in field values and query.
DoubleQuoteWorkaroundTest class Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/DoubleQuoteWorkaroundTest.php Tests the "Double Quote Workaround" processor.
DummyFieldProperty class Drupal\search_api_solr\Plugin\search_api\processor\Property src/Plugin/search_api/processor/Property/DummyFieldProperty.php Defines a "dummy field" property. 1
DummyFields class Drupal\search_api_solr\Plugin\search_api\processor src/Plugin/search_api/processor/DummyFields.php Adds dummy fields to the indexed data.
Edismax class Drupal\search_api_solr\Plugin\search_api\parse_mode src/Plugin/search_api/parse_mode/Edismax.php Represents a parse mode that parses the input into multiple words.
EventProxy class Drupal\search_api_solr\Solarium\EventDispatcher src/Solarium/EventDispatcher/EventProxy.php A proxy for events defined by symfony contracts to be used with older Drupal.
FacetsTest class Drupal\Tests\search_api_solr\Functional tests/src/Functional/FacetsTest.php Tests the facets functionality using the Solr backend. 1 1
FacetsTest class Drupal\Tests\search_api_solr_legacy\Functional modules/search_api_solr_legacy/tests/src/Functional/FacetsTest.php Tests the facets functionality using the Solr backend.
FuzzyTerms class Drupal\search_api_solr\Plugin\search_api\parse_mode src/Plugin/search_api/parse_mode/FuzzyTerms.php Represents a parse mode that parses the sentence into a fuzzy search.
HtmlFilterTest class Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/HtmlFilterTest.php Tests usages of Solr payloads. 1 1
HtmlFilterTest class Drupal\Tests\search_api_solr_legacy\Kernel\Processor modules/search_api_solr_legacy/tests/src/Kernel/Processor/HtmlFilterTest.php Tests usages of Solr payloads.
IndexSolrMultisiteCloneForm class Drupal\search_api_solr\Form src/Form/IndexSolrMultisiteCloneForm.php Provides a form for the Index entity. 1 1
IndexSolrMultisiteUpdateForm class Drupal\search_api_solr\Form src/Form/IndexSolrMultisiteUpdateForm.php Provides a form for the Index entity. 1
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\Tests\search_api_solr\Functional tests/src/Functional/IntegrationTest.php Tests the overall functionality of the Search API framework and admin UI. 1 1
IntegrationTest class Drupal\Tests\search_api_solr_legacy\Functional modules/search_api_solr_legacy/tests/src/Functional/IntegrationTest.php Tests the overall functionality of the Search API framework and admin UI.
IntegrationTest class Drupal\Tests\search_api_solr_defaults\Functional modules/search_api_solr_defaults/tests/src/Functional/IntegrationTest.php Tests the correct installation of the default configs.
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
LocalActionAccessCheck class Drupal\search_api_solr\Access src/Access/LocalActionAccessCheck.php Checks access for displaying Solr configuration generator actions. 2
NumberFieldBoostTest class Drupal\Tests\search_api_solr\Kernel\Processor tests/src/Kernel/Processor/NumberFieldBoostTest.php Tests the "Number field boost" processor.
OmitNormsCustomTextDataType class Drupal\search_api_solr\Plugin\Derivative src/Plugin/Derivative/OmitNormsCustomTextDataType.php Provides plugin definitions for custom full text data types which omit norms.
OmitNormsCustomTextDataType class Drupal\search_api_solr\Plugin\search_api\data_type src/Plugin/search_api/data_type/OmitNormsCustomTextDataType.php Provides a not stemmed full text data type which omits norms.

Pages

Other projects