Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 925 Bytes

implementations.md

File metadata and controls

22 lines (15 loc) · 925 Bytes

Implementations

This module is a set of abstractions for creating search-as-a-service integrations. This section of the documentation covers the details of each one.

Naive search

This is the service that is enabled by default. It does not interact with any specific service, and is there to fill the whole in the abstraction layer when search is not yet being used. It is also a good option to have enabled when running tests and/or doing CI builds.

Available service integration modules

More information