aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/elasticsearch
Commit message (Expand)AuthorAgeFilesLines
* Enable testifylint rules (#34075)TheFox0x72025-03-311-2/+2
* Decouple Batch from git.Repository to simplify usage without requiring the cr...Lunny Xiao2025-03-271-7/+1
* Make SearchMode have default value and add comments (#33863)wxiaoguang2025-03-141-1/+4
* Improve issue & code search (#33860)wxiaoguang2025-03-131-10/+9
* Remove context from git struct (#33793)TheFox0x72025-03-041-1/+1
* enable literal string for code search (#33590)Darren Hoo2025-02-161-5/+12
* 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-112-17/+62
* 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-232-0/+374