forgejo/modules/indexer/internal
Jason Song 3c7f5ed7b5
Fix Init of db indexer (#25470)
Fix regression of #25174.

The `Init` of the db indexer should return true to indicate that the
index was opened/existed, or the indexer will try to populate the index
(not really populate, just fill the queue, `Index` method of the db
indexer is a dummy).
2023-06-23 14:39:52 +00:00
..
bleve Refactor indexer (#25174) 2023-06-23 12:37:56 +00:00
db Fix Init of db indexer (#25470) 2023-06-23 14:39:52 +00:00
elasticsearch Refactor indexer (#25174) 2023-06-23 12:37:56 +00:00
meilisearch Refactor indexer (#25174) 2023-06-23 12:37:56 +00:00
base32.go Refactor indexer (#25174) 2023-06-23 12:37:56 +00:00
indexer.go Refactor indexer (#25174) 2023-06-23 12:37:56 +00:00