Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Code Search-like source code indexer and visualizer [closed]

I'm looking for a way to search through our subversion repository or just packaged source code.

Are there any downloadable servers/tools like Google Code Search to index source code (preferable with support of version control systems like svn) and allow us to search in it?

Is there any tool that will index documents too?

like image 220
m_vitaly Avatar asked May 11 '09 15:05

m_vitaly


2 Answers

FishEye or OpenGrok possibly.

There are many tools that will index documents.

like image 178
time4tea Avatar answered Sep 19 '22 01:09

time4tea


I believe the source code for Google Search is available here. It's implemented in Go https://code.google.com/p/codesearch/

like image 40
Sunny Chakraborty Avatar answered Sep 22 '22 01:09

Sunny Chakraborty