Re: Indexing source code files

2008-02-29 Thread Bill Au
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

Re: Indexing source code files

2008-02-28 Thread Ken Krugler
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

Re: Indexing source code files

2008-02-28 Thread Mathieu Lecarme
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

Indexing source code files

2008-02-28 Thread Dharmalingam
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