0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-02 12:38:57 +02:00
dendrite/syncapi/routing
Till 87be32ca26
Fulltext implementation using Bleve (#2675)
Based on #2480

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
..
context.go Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
context_test.go Return state on calls to /message and lazy load members (#2218) 2022-03-01 14:39:56 +00:00
filter.go Do not use ioutil as it is deprecated (#2625) 2022-08-05 10:26:59 +01:00
messages.go Set historyVisibility for backfilled events over federation (#2656) 2022-08-19 11:04:26 +02:00
routing.go Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
search.go Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00