I think that the main idea is that, as mentioned before, you first have install andrun SOLR; For this use the official tutorial, it is simple and it works, i used it a few months ago. Use also the examples, they are good to get an initial idea about solr. Then you setup sqlserver. Then you have to take data from sqlserver and into solr, operation called import. For this you can either use the standard import, as explained in the official documentation(or the tutorial you mentioned), or you can import by running a program you write that simply posts to solr bits of sql files , which contain info from mysql server, and which will become documents into solr; the xml structure is also explained in the official docs. hope this helps.
On Fri, May 31, 2013 at 6:42 PM, Alexandre Rafalovitch <arafa...@gmail.com>wrote: > What's wrong with the one you found. Just ignore steps 1-4 and go > right into driver and DIH setup. If you hit any problems, you now have > a specific question to ask. > > Regards, > Alex. > Personal blog: http://blog.outerthoughts.com/ > LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch > - Time is the quality of nature that keeps events from happening all > at once. Lately, it doesn't seem to be working. (Anonymous - via GTD > book) > > > On Fri, May 31, 2013 at 11:29 AM, Mysurf Mail <stammail...@gmail.com> > wrote: > > Thanks. > > A tutorial on getting solr over mssql ? > > I didnt find it even with jetty > > > > > > > > On Fri, May 31, 2013 at 6:21 PM, Alexandre Rafalovitch > > <arafa...@gmail.com>wrote: > > > >> You have two mostly-separate issues here. Running Solr in Tomcat and > >> indexing MSSql server. > >> > >> Try just running a default embedded-Jetty example until you get data > >> import sorted out. Then, you can worry about Tomcat. And it would be > >> easier to help with one problem at a time. > >> > >> Regards, > >> Alex. > >> Personal blog: http://blog.outerthoughts.com/ > >> LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch > >> - Time is the quality of nature that keeps events from happening all > >> at once. Lately, it doesn't seem to be working. (Anonymous - via GTD > >> book) > >> > >> > >> On Fri, May 31, 2013 at 11:03 AM, Mysurf Mail <stammail...@gmail.com> > >> wrote: > >> > I am trying to config solr over ms sql server. > >> > I found only this tutorial > >> > <http://www.chrisumbel.com/article/lucene_solr_sql_server>whih > >> > is a bit old (2011) > >> > Is there an updated / formal tutorial? > >> >