Updated docs of seach

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2024-12-19 12:07:16 +05:30
parent 9a73e7a6a3
commit a61cccb093
+5 -1
View File
@@ -301,12 +301,16 @@ indexBuilder.addCollator({
});
```
Note: if you are using the in-memory Lunr search engine, you probably want to
:::note Note
if you are using the in-memory Lunr search engine, you probably want to
implement a non-distributed `SchedulerServiceTaskRunner` like the following to ensure consistency
if you're running multiple search backend nodes (alternatively, you can configure
the search plugin to use a non-distributed database such as
[SQLite](../../tutorials/configuring-plugin-databases.md#postgresql-and-sqlite-3)):
:::
```typescript
import {
SchedulerServiceTaskRunner,