AddHierarchyTest.php |
tests/src/Kernel/Processor/AddHierarchyTest.php |
Drupal\Tests\search_api_solr\Kernel\Processor |
|
BasicAuthSolrConnector.php |
src/Plugin/SolrConnector/BasicAuthSolrConnector.php |
Drupal\search_api_solr\Plugin\SolrConnector |
|
ContentAccessTest.php |
tests/src/Kernel/Processor/ContentAccessTest.php |
Drupal\Tests\search_api_solr\Kernel\Processor |
|
core.entity_view_display.node.article.search_index.yml |
search_api_solr_defaults/config/optional/core.entity_view_display.node.article.search_index.yml |
|
search_api_solr_defaults/config/optional/core.entity_view_display.node.article.search_index.yml |
core.entity_view_display.node.article.search_result.yml |
search_api_solr_defaults/config/optional/core.entity_view_display.node.article.search_result.yml |
|
search_api_solr_defaults/config/optional/core.entity_view_display.node.article.search_result.yml |
core.entity_view_display.node.page.search_index.yml |
search_api_solr_defaults/config/optional/core.entity_view_display.node.page.search_index.yml |
|
search_api_solr_defaults/config/optional/core.entity_view_display.node.page.search_index.yml |
core.entity_view_display.node.page.search_result.yml |
search_api_solr_defaults/config/optional/core.entity_view_display.node.page.search_result.yml |
|
search_api_solr_defaults/config/optional/core.entity_view_display.node.page.search_result.yml |
DevelController.php |
src/Controller/DevelController.php |
Drupal\search_api_solr\Controller |
|
DevelLocalTask.php |
src/Plugin/Derivative/DevelLocalTask.php |
Drupal\search_api_solr\Plugin\Derivative |
|
DevelRouteSubscriber.php |
src/Routing/DevelRouteSubscriber.php |
Drupal\search_api_solr\Routing |
|
docker-compose.yml |
jump-start/solr4/docker-compose.yml |
|
jump-start/solr4/docker-compose.yml |
docker-compose.yml |
jump-start/solr5/docker-compose.yml |
|
jump-start/solr5/docker-compose.yml |
docker-compose.yml |
jump-start/solr6/docker-compose.yml |
|
jump-start/solr6/docker-compose.yml |
EventProxy.php |
src/Solarium/EventDispatcher/EventProxy.php |
Drupal\search_api_solr\Solarium\EventDispatcher |
|
FacetsTest.php |
tests/src/Functional/FacetsTest.php |
Drupal\Tests\search_api_solr\Functional |
|
InMemoryLogger.php |
tests/modules/search_api_solr_test/src/Logger/InMemoryLogger.php |
Drupal\search_api_solr_test\Logger |
|
INSTALL.txt |
INSTALL.txt |
|
Installing Search API Solr Search
---------------------------------
The search_api_solr module manages its dependencies and class loader via
composer. So if you simply downloaded this module from drupal.org you have to
delete it and install it again… |
IntegrationTest.php |
tests/src/Functional/IntegrationTest.php |
Drupal\Tests\search_api_solr\Functional |
|
IntegrationTest.php |
search_api_solr_defaults/src/Tests/IntegrationTest.php |
Drupal\search_api_solr_defaults\Tests |
|
InvokeMethodTrait.php |
tests/src/Traits/InvokeMethodTrait.php |
Drupal\Tests\search_api_solr\Traits |
|
mapping-ISOLatin1Accent.txt |
solr-conf/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/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/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… |
NgramStringDataType.php |
src/Plugin/search_api/data_type/NgramStringDataType.php |
Drupal\search_api_solr\Plugin\search_api\data_type |
|
NgramTextDataType.php |
src/Plugin/search_api/data_type/NgramTextDataType.php |
Drupal\search_api_solr\Plugin\search_api\data_type |
|
OmitNormsTextDataType.php |
src/Plugin/search_api/data_type/OmitNormsTextDataType.php |
Drupal\search_api_solr\Plugin\search_api\data_type |
|
PhoneticTextDataType.php |
src/Plugin/search_api/data_type/PhoneticTextDataType.php |
Drupal\search_api_solr\Plugin\search_api\data_type |
|
protwords.txt |
solr-conf/6.x/protwords.txt |
|
#-----------------------------------------------------------------------
# This file blocks words from being operated on by the stemmer and word delimiter.
&
<
>
'
" |
protwords.txt |
solr-conf/5.x/protwords.txt |
|
#-----------------------------------------------------------------------
# This file blocks words from being operated on by the stemmer and word delimiter.
&
<
>
'
" |
protwords.txt |
solr-conf/4.x/protwords.txt |
|
#-----------------------------------------------------------------------
# This file blocks words from being operated on by the stemmer and word delimiter.
&
<
>
'
" |
Psr14Bridge.php |
src/Solarium/EventDispatcher/Psr14Bridge.php |
Drupal\search_api_solr\Solarium\EventDispatcher |
|
Query.php |
src/Solarium/Autocomplete/Query.php |
Drupal\search_api_solr\Solarium\Autocomplete |
|
README.txt |
README.txt |
|
Installation
------------
The search_api_solr module manages its dependencies and class loader via
composer. So if you simply downloaded this module from drupal.org you have to
delete it and install it again via composer!
Simply change into Drupal… |
RequestBuilder.php |
src/Solarium/Autocomplete/RequestBuilder.php |
Drupal\search_api_solr\Solarium\Autocomplete |
|
ResponseParser.php |
src/Solarium/Autocomplete/ResponseParser.php |
Drupal\search_api_solr\Solarium\Autocomplete |
|
Result.php |
src/Solarium/Autocomplete/Result.php |
Drupal\search_api_solr\Solarium\Autocomplete |
|
SearchApiBackendUnitTest.php |
tests/src/Unit/SearchApiBackendUnitTest.php |
Drupal\Tests\search_api_solr\Unit |
|
SearchApiSolrBackend.php |
src/Plugin/search_api/backend/SearchApiSolrBackend.php |
Drupal\search_api_solr\Plugin\search_api\backend |
|
SearchApiSolrException.php |
src/SearchApiSolrException.php |
Drupal\search_api_solr |
|
SearchApiSolrLocationTest.php |
tests/src/Kernel/SearchApiSolrLocationTest.php |
Drupal\Tests\search_api_solr\Kernel |
|
SearchApiSolrTest.php |
tests/src/Kernel/SearchApiSolrTest.php |
Drupal\Tests\search_api_solr\Kernel |
|
search_api.index.default_solr_index.yml |
search_api_solr_defaults/config/optional/search_api.index.default_solr_index.yml |
|
search_api_solr_defaults/config/optional/search_api.index.default_solr_index.yml |
search_api.index.solr_search_index.yml |
tests/modules/search_api_solr_test/config/install/search_api.index.solr_search_index.yml |
|
tests/modules/search_api_solr_test/config/install/search_api.index.solr_search_index.yml |
search_api.server.default_solr_server.yml |
search_api_solr_defaults/config/optional/search_api.server.default_solr_server.yml |
|
search_api_solr_defaults/config/optional/search_api.server.default_solr_server.yml |
search_api.server.solr_search_server.yml |
tests/modules/search_api_solr_test/config/install/search_api.server.solr_search_server.yml |
|
tests/modules/search_api_solr_test/config/install/search_api.server.solr_search_server.yml |
search_api_solr.api.php |
search_api_solr.api.php |
|
Hooks provided by the Search API Solr search module. |
search_api_solr.backend.schema.yml |
config/schema/search_api_solr.backend.schema.yml |
|
config/schema/search_api_solr.backend.schema.yml |
search_api_solr.connector.basic_auth.schema.yml |
config/schema/search_api_solr.connector.basic_auth.schema.yml |
|
config/schema/search_api_solr.connector.basic_auth.schema.yml |
search_api_solr.connector.standard.schema.yml |
config/schema/search_api_solr.connector.standard.schema.yml |
|
config/schema/search_api_solr.connector.standard.schema.yml |
search_api_solr.info.yml |
search_api_solr.info.yml |
|
search_api_solr.info.yml |