You are here

namespace Drupal\Tests\search_api_solr\Kernel\Processor in Search API Solr 4.x

Same name in other branches
  1. 8.3 Drupal\Tests\search_api_solr\Kernel\Processor
  2. 8 Drupal\Tests\search_api_solr\Kernel\Processor
  3. 8.2 Drupal\Tests\search_api_solr\Kernel\Processor
Classsort descending Location Description
AddHierarchyTest tests/src/Kernel/Processor/AddHierarchyTest.php Tests the "Hierarchy" processor.
BoostMoreRecentTest tests/src/Kernel/Processor/BoostMoreRecentTest.php Tests the "Boost more recent" processor.
ContentAccessTest tests/src/Kernel/Processor/ContentAccessTest.php Tests the "Content access" processor.
DateRangeTest tests/src/Kernel/Processor/DateRangeTest.php Tests the "Date range" processor.
DoubleQuoteWorkaroundTest tests/src/Kernel/Processor/DoubleQuoteWorkaroundTest.php Tests the "Double Quote Workaround" processor.
HtmlFilterTest tests/src/Kernel/Processor/HtmlFilterTest.php Tests usages of Solr payloads.
NumberFieldBoostTest tests/src/Kernel/Processor/NumberFieldBoostTest.php Tests the "Number field boost" processor.
SolrBackendTrait tests/src/Kernel/Processor/SolrBackendTrait.php Helper to exchange the DB backend for a Solr backend in processor tests.