aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/elasticsearch/elasticsearch.go
Commit message (Expand)AuthorAgeFilesLines
* Updated tokenizer to better matching when search for code snippets (#32261)Bruno Sofiato2024-11-061-2/+11
* Allow code search by filename (#32210)Bruno Sofiato2024-10-111-15/+60
* Fixed race condition when deleting documents by repoId in ElasticSearch (#32185)Bruno Sofiato2024-10-031-1/+27
* Change the code search to sort results by relevance (#32134)Bruno Sofiato2024-09-281-2/+4
* Refactor the usage of batch catfile (#31754)Lunny Xiao2024-08-201-9/+11
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-15/+11
* Patch in exact search for meilisearch (#29671)65432024-03-091-4/+4
* fix: Elasticsearch: Request Entity Too Large #28117 (#29062)dark-angel2024-02-071-5/+11
* Preserve BOM in web editor (#28935)silverwind2024-01-271-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-3/+3
* Refactor indexer (#25174)Jason Song2023-06-231-0/+358