dendrite/syncapi/storage
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
..
postgres Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
shared Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
sqlite3 Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
tables Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
interface.go Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
storage_test.go Implement history visibility on /messages, /context, /sync (#2511) 2022-08-11 18:23:35 +02:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00