There is an opensource project, OpenGrok, that uses Lucene for indexing and
searching source code:
http://opensolaris.org/os/project/opengrok/
It has Analyzers for different type of source files. It does link source
code to requirements but you can
take a look at the source code to see how it do
I am working on some sort of search mechanism to link a requirement (i.e. a
query) to source code files (i.e., documents). For that purpose, I indexed
the source code files using Lucene. Contrary to traditional natural language
search scenario, we search for code files that are relevant to a given
Dharmalingam a écrit :
I am working on some sort of search mechanism to link a requirement (i.e. a
query) to source code files (i.e., documents). For that purpose, I indexed
the source code files using Lucene. Contrary to traditional natural language
search scenario, we search for code files that
kind of words.
--
View this message in context:
http://www.nabble.com/Indexing-source-code-files-tp15738615p15738615.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL