README.txt 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. INTRODUCTION
  2. ------------
  3. Allows you to override solr connection settings on an environment (site) basis,
  4. via your settings.php without editing servers managed in features.
  5. REQUIREMENTS
  6. ------------
  7. * search_api_solr module
  8. CONFIGURATION
  9. -------------
  10. The module has no menu or modifiable settings. There is no configuration. When
  11. enabled, you can set your override values in your settings.php file.
  12. Search api will automatically pick up your values, but make sure to clear your
  13. cache first.
  14. EXAMPLE
  15. -------
  16. You can add following example to your settings.php file.
  17. $conf['search_api_solr_overrides'] = array(
  18. 'solr-server-id' => array(
  19. 'name' => 'Solr Server (Overridden)',
  20. 'options' => array(
  21. 'host' => '127.0.0.1',
  22. 'port' => 8983,
  23. 'path' => '/solr',
  24. ),
  25. ),
  26. );
  27. MAINTAINERS
  28. -----------
  29. Current maintainers:
  30. * nick_schuch - https://www.drupal.org/u/nick_schuch
  31. * cafuego - https://www.drupal.org/u/cafuego
  32. This project has been sponsored by:
  33. * PreviousNext - http://www.previousnext.com.au