summaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/bleve_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add detected file language to code search (#10256)Lauris BH2020-02-201-1/+8
| | | | | | | Move langauge detection to separate module to be more reusable Add option to disable vendored file exclusion from file search Allways show all language stats for search
* Stop various tests from adding to the source tree (#9515)zeripath2019-12-281-5/+14
| | | | | | | Instead of just adding test generated files to .gitignore prevent them from being produced in the first place. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-0/+54
| | | | | | | | | | | | | | | | | | | | * Refactor code indexer * fix test * fix test * refactor code indexer * fix import * improve code * fix typo * fix test and make code clean * fix lint
* Move code indexer related code to a new package (#9191)Lunny Xiao2019-12-081-0/+16
* move code indexer related code to a new package * fix lint * fix tests * fix fmt * GetMaxID support interface parameter