2
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-12-15 07:42:58 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Till
87be32ca26
Fulltext implementation using Bleve ()
Based on 

This actually indexes events based on their event type. They are removed
from the index if we receive a `m.room.redaction` event on the
`OutputRoomEvent` stream.
An admin endpoint is added to reindex all existing events.


Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-09-27 18:06:49 +02:00
Till
d5876abbe9
Fulltext implementation incl. config ()
This adds the main component of the fulltext search.
This PR doesn't do anything yet, besides creating an empty fulltextindex
folder if enabled. Indexing events is done in a separate PR.
2022-09-07 18:15:54 +02:00