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
Gusted ab1379743e
Fix nil checking on typed interface (#17598)
* Fix nil checking on typed interface

- Partially resoles #17596
- Resolves SA4023 errors.
- Ensure correctly that typed interface are nil.

* Remove unnecessary code

`NewBleveIndexer` will never return nil, even on errors.

* Patch `NewBleveIndexer`

* Fix low-level functions

* Remove deadcode

* Fix GetSession

* Close Elastic search when err isn't nil

* Update elastic_search.go

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 years ago
..
bleve.go Fix nil checking on typed interface (#17598) 3 years ago
bleve_test.go Decouple unit test code from business code (#17623) 3 years ago
elastic_search.go Fix nil checking on typed interface (#17598) 3 years ago
elastic_search_test.go Decouple unit test code from business code (#17623) 3 years ago
git.go Reduce calls to git cat-file -s (#14682) 4 years ago
indexer.go Fix nil checking on typed interface (#17598) 3 years ago
indexer_test.go Decouple unit test code from business code (#17623) 3 years ago
search.go [Feature] add precise search type for Elastic Search (#12869) 4 years ago
wrapped.go [Feature] add precise search type for Elastic Search (#12869) 4 years ago