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