6 ms·
A bit off-topic. But are there any open source projects like this that can be self-hosted, working on a largish local directory of projects?
by splitbrain 12y ago
A bit off-topic. But are there any open source projects like this that can be self-hosted, working on a largish local directory of projects?
- ajhai 12y agoTake a look at http://opengrok.github.io/OpenGrok/ http://opengrok.github.io/OpenGrok/.
- frik 12y agoIt's called Desktop Search [1] or Enterprise Search [2]. If you want to create your own solution, the easiest way is using Sphinx Search [3] (searchcode.com uses it too [4]) and a bit more advanced with Lucene [5] (and its related sub-projects) or Xapian [6]. If you want your personal Google Code Search [7] with its powerful scalable Regex functionality, Russ Cox published the related code [8]. [1] http://en.wikipedia.org/wiki/Desktop_search http://en.wikipedia.org/wiki/Desktop_search [2] http://en.wikipedia.org/wiki/Enterprise_search http://en.wikipedia.org/wiki/Enterprise_search [3] http://en.wikipedia.org/wiki/Sphinx_(search_engine) http://en.wikipedia.org/wiki/Sphinx_(search_engine) [4] http://www.boyter.org/2014/06/sphinx-searchcode/ http://www.boyter.org/2014/06/sphinx-searchcode/ [5] http://en.wikipedia.org/wiki/Lucene http://en.wikipedia.org/wiki/Lucene [6] http://en.wikipedia.org/wiki/Xapian http://en.wikipedia.org/wiki/Xapian [7] http://en.wikipedia.org/wiki/Google_Code_Search http://en.wikipedia.org/wiki/Google_Code_Search [8] http://swtch.com/~rsc/regexp/ http://swtch.com/~rsc/regexp/
- boyter 12y agoAs someone else mentioned OpenGrok, but if you really want I can look into providing a searchcode implementation if you want. Just email me and we should be able to work something out.