diff --git a/doc/developers-guide/search-backends.md b/doc/developers-guide/search-backends.md index 18d35cd..dc0a847 100644 --- a/doc/developers-guide/search-backends.md +++ b/doc/developers-guide/search-backends.md @@ -2,7 +2,7 @@ By default, Documentation uses a very very simple search which uses a LIKE query ## Elasticsearch -The recommended method of indexing & searching data is to use Elasticsearch. A module is provided for this [on GitHub](https://github.com/adamcooke/documentation-elasticsearch) and can be installed by following the instructions on the repo's README page. +The recommended method of indexing & searching data is to use Elasticsearch. A module is provided for this [on GitHub](https://github.com/adamcooke/documentation-elasticsearch) and can be installed by following the instructions on the repo's README page. There is also a Sunspot backend for working with Solr instances [on GitHub](https://github.com/jamesprior/documentation-sunspot) ## Creating your own search backend @@ -14,4 +14,4 @@ Once you have created a backend, you should tell Documentation to use it. Just a ```ruby Documentation.config.searcher = MyCustomSearcher.new -``` \ No newline at end of file +```