OpenGrok uses Lucene to index large source code repositories: https://github.com/OpenGrok/OpenGrok
On Jan 27, 2014, at 9:59 AM, henrik sorensen <[email protected]> wrote: > I have just started looking at Lucene but I wanted to ask if Lucene can be > used to index large source code repository. > > Looking at the documentation > http://lucene.apache.org/core/4_6_0/core/org/apache/lucene/analysis/package-summary.html#package_description > > it seems like I can add specific language parsers to the lucene framework. > > The queries I can think of would be something like "find all source > locations where a variable with type XXX is used as a parameter" > > > Thanks for your help > Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
