mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 21:32:46 +00:00
Update search docs
This commit is contained in:
parent
87be32ca26
commit
34993717fd
5 changed files with 25 additions and 15 deletions
|
@ -85,7 +85,7 @@ func main() {
|
|||
}
|
||||
cfg.SyncAPI.Fulltext = config.Fulltext{
|
||||
Enabled: true,
|
||||
IndexPath: config.Path(filepath.Join(*dirPath, "fulltextindex")),
|
||||
IndexPath: config.Path(filepath.Join(*dirPath, "searchindex")),
|
||||
InMemory: true,
|
||||
Language: "en",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue