Re: Re: Indexing Source Code

2012-03-26 Thread Arbeit . bastian
I can't find better examples at the moment... I hope they are sufficient to describe what I need. ''' Code 25 01 RETURN-CODES. 26 05 RTC00 PIC X(2) VALUE '00'. 27 05 RTC01 PIC X(2) VALUE '01'. 28 05 RTC04 PIC X(2) VALUE '04'. 29 05 RTC08 PIC X(2) VALUE '08'. ''' /Code This

Re: Indexing Source Code

2012-03-26 Thread Marcelo Carvalho Fernandes
Hi Bastian, Can you please tell us what kind of search you imagine doing with some (use case) examples? Marcelo On Monday, March 26, 2012, Bastian H wrote: > Hi, > > I like to index my Source Code - the most is Cobol, Asembler and Java - > with Solr. > > I don't know where to start... I think I

Indexing Source Code

2012-03-26 Thread Bastian H
Hi, I like to index my Source Code - the most is Cobol, Asembler and Java - with Solr. I don't know where to start... I think I need to parse it to get XML for Solr. Do I need Tinka? Is there any Parser I could use? I want to index functions, variables and function calls as well as commentaries.