composer.json
0 → 100644
+13
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/search_api_fast",
|
||
"description": "Provides drush commands to index fast with search API (using all your CPU cores).",
|
||
"type": "drupal-module",
|
||
"homepage": "https://www.drupal.org/project/search_api_fast",
|
||
"extra": {
|
||
"drush": {
|
||
"services": {
|
||
"drush.services.yml": "^9"
|
||
}
|
||
}
|
||
}
|
||
} |
drush.services.yml
0 → 100644
+9
−0
+28
−12
src/Commands/SearchApiFastCommands.php
0 → 100644
+338
−0
Loading