Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Noting Sunspot search backend #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/developers-guide/search-backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```
```