0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-20 06:13:48 +02:00
dendrite/internal/fulltext
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
..
bleve.go Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
bleve_test.go Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
bleve_wasm.go Fulltext implementation incl. config (#2480) 2022-09-07 18:15:54 +02:00