Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 24c403f

Browse files
committed
README.md: Shift Index discussion to the external-backend section
We use Index for third-party search engines. For the 'sqlalchemy' special case, we use SQLAlchemyIndex.
1 parent 388d303 commit 24c403f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ common:
183183
search_backend: foo.registry.index.xapian
184184
```
185185

186+
In this case, the module is imported, and an instance of its `Index`
187+
class is used as the search backend.
188+
186189
#### sqlalchemy
187190

188191
Use [SQLAlchemy][] as the search backend.
@@ -198,9 +201,6 @@ common:
198201
sqlalchemy_index_database: sqlite:////tmp/docker-registry.db
199202
```
200203

201-
In this case, the module is imported, and an instance of its `Index`
202-
class is used as the search backend.
203-
204204
### Mirroring Options
205205

206206
All mirror options are placed in a `mirroring` section.

0 commit comments

Comments
 (0)