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.
zeripath ae7e6cd474
Reduce calls to git cat-file -s (#14682)
* Reduce calls to git cat-file -s

There are multiple places where there are repeated calls to git cat-file
-s due to the blobs not being created with their size.

Through judicious use of git ls-tree -l and slight adjustments to the
indexer code we can avoid a lot of these calls.

* simplify by always expecting the long format

* Also always set the sized field and tell the indexer the update is sized
3 years ago
..
bleve.go Reduce calls to git cat-file -s (#14682) 3 years ago
bleve_test.go Support elastic search for code search (#10273) 4 years ago
elastic_search.go Reduce calls to git cat-file -s (#14682) 3 years ago
elastic_search_test.go Fix bug on elastic search (#12811) 4 years ago
git.go Reduce calls to git cat-file -s (#14682) 3 years ago
indexer.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago
indexer_test.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago
search.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago
wrapped.go [Feature] add precise search type for Elastic Search (#12869) 3 years ago