Forgejo/modules/indexer/issues
Mai-Lapyst e58ce86264 Update the elasticsearch mappings for issues to use long instead of integer for int64 (#3982)
This updates the mapping definition of the elasticsearch issue indexer backend to use `long` instead of `integer`s wherever the go type is a `int64`. Without it larger instances could run into an issue.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3982
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Mai-Lapyst <mai-lapyst@noreply.codeberg.org>
Co-committed-by: Mai-Lapyst <mai-lapyst@noreply.codeberg.org>
2024-06-04 07:37:59 +00:00
..
bleve [FIX] Set max fuzziness to 2 for bleve (#3444) 2024-04-26 08:08:47 +00:00
db Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) 2024-03-30 07:17:29 +01:00
elasticsearch Update the elasticsearch mappings for issues to use long instead of integer for int64 (#3982) 2024-06-04 07:37:59 +00:00
internal Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
meilisearch Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
dboptions.go Perform Newest sort type correctly when sorting issues (#30644) 2024-04-28 15:39:00 +02:00
indexer.go Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
indexer_test.go Refactor to use optional.Option for issue index search option (#29739) 2024-03-20 08:46:28 +01:00
util.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 2024-03-26 19:04:27 +01:00