Re: Solr schema to parse and search source code

2018-12-16 Thread Alexandre Rafalovitch
https://microsoft.github.io/language-server-protocol/ is probably your best bet. But also, perhaps you can just use or start from SourceGraph? https://sourcegraph.com/start Regards, Alex. On Sat, 15 Dec 2018 at 20:26, Steven White wrote: > > Hi everyone, > > I'm in need of providing a search

Solr schema to parse and search source code

2018-12-15 Thread Steven White
Hi everyone, I'm in need of providing a search engine to search source code such as Java, C++, PERL, Visual Basic, etc. My questions are: 1) Are there existing open source source code parsers I can use that will scan a source code and return it as elements such as comments, function names, class