Description
Large source-code collections can be indexed for fast regular-expression searches. It is useful for developers working across many repositories or large trees where plain recursive search becomes slow.
Search indexes are derived from source code and can reveal private names or paths. Store them with the same care as the repository they index.