1 Please read http://codesearch.debian.net/research/bsc-thesis.pdf first!
4 dcs-unpack - tool to unpack a debian source mirror
5 dcs-index - tool to create an index from a debian source mirror
6 compute-ranking - computes the ranking of each package/file
7 dcs-web - the code search web application itself
8 index-backend - simple server which provides (a shard) of the index to dcs-web
9 source-backend - simple server which provides the debian source to dcs-web
12 The Debian packaging, which currently is very hacky due to Go packaging
13 being hard in Debian currently. Patches welcome.
16 Copied from code.google.com/p/codesearch. Parts were re-written in
17 hand-optimized C code (posting list decoding).
20 Copied from code.google.com/p/codesearch. Returns results in a data
21 structure instead of printing them to stdout.
24 Static assets + HTML files (FAQ etc.)