You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/indexer/code
dark-angel 5c0fc90872
fix: Elasticsearch: Request Entity Too Large #28117 (#29062)
Fix for gitea putting everything into one request without batching and
sending it to Elasticsearch for indexing as issued in #28117

This issue occured in large repositories while Gitea tries to 
index the code using ElasticSearch.

I've applied necessary changes that takes batch length from below config
(app.ini)
```
[queue.code_indexer]
BATCH_LENGTH=<length_int>
```
and batches all requests to Elasticsearch in chunks as configured in the
above config
1 year ago
..
bleve Preserve BOM in web editor (#28935) 1 year ago
elasticsearch fix: Elasticsearch: Request Entity Too Large #28117 (#29062) 1 year ago
internal Refactor indexer (#25174) 2 years ago
git.go Abstract hash function usage (#28138) 1 year ago
indexer.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
indexer_test.go Replace assert.Fail with assert.FailNow (#27578) 1 year ago
search.go Add option to disable ambiguous unicode characters detection (#28454) 1 year ago