BloopAI / bloop

bloop is a fast code search engine written in Rust.
https://bloop.ai
Apache License 2.0
9.42k stars 573 forks source link

Option to disable auto indexing. #1064

Open ghost opened 12 months ago

ghost commented 12 months ago

What's the problem? Indexing large projects ex. linux kernel takes many hours and it's frustrating not able to use bloop because its re-indexing the repo.

What's the solution? To have an on-off switch for the auto indexing.

ggordonhall commented 11 months ago

After an initial index, bloop should only index files that have been modified by new commits, not the whole repo. However, it may re-index every file if bloop itself has been upgraded and the index schema has changed.

Do you notice the re-indexing after bloop upgrades?