Re: How to SOLR file in svn repository

2013-08-22 Thread Alexandre Rafalovitch
I don't think you can go into production with that. But cloudera distribution (with Hue) might be a similar or better option. Regards, Alex On 22 Aug 2013 14:38, "Lance Norskog" wrote: > You need to: > 1) crawl the SVN database > 2) index the files > 3) make a UI that fetches the original fi

Re: How to SOLR file in svn repository

2013-08-22 Thread Lance Norskog
You need to: 1) crawl the SVN database 2) index the files 3) make a UI that fetches the original file when you click on a search results. Solr only has #2. If you run a subversion web browser app, you can download the developer-only version of the LucidWorks product and crawl the SVN web view

Re: How to SOLR file in svn repository

2013-08-22 Thread Walter Underwood
After you connect to Subversion, you'll need parsers for code, etc. You might want to try Krugle instead, since they have already written all that stuff: http://krugle.org/ wunder On Aug 22, 2013, at 10:43 AM, SolrLover wrote: > I don't think there's an SOLR- SVN connector available out of th

Re: How to SOLR file in svn repository

2013-08-22 Thread SolrLover
I don't think there's an SOLR- SVN connector available out of the box. You can write a custom SOLRJ indexer program to get the necessary data from SVN (using JAVA API) and add the data to SOLR. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-SOLR-file-in-svn-reposit