Re: installing & configuring solr over ms sql server - tutorial needed

2013-06-01 Thread Mysurf Mail
My problem was with sql server. This is a great "step by step" On Sat, Jun 1, 2013 at 2:06 AM, bbarani wrote: > Why dont you follow this one tutorial to set the SOLR on tomcat.. > > http://wiki.apache.org/solr/SolrTomcat > > > >

Re: installing & configuring solr over ms sql server - tutorial needed

2013-05-31 Thread bbarani
Why dont you follow this one tutorial to set the SOLR on tomcat.. http://wiki.apache.org/solr/SolrTomcat -- View this message in context: http://lucene.472066.n3.nabble.com/installing-configuring-solr-over-ms-sql-server-tutorial-needed-tp4067344p4067488.html Sent from the Solr - User mailing l

Re: installing & configuring solr over ms sql server - tutorial needed

2013-05-31 Thread Mysurf Mail
Hi, I am still having a problem with this tutorial trying to get solr on tomcat. in step 4 when I copy apache-solr-1.4.0\example\solr to my tomcat dir I get a folder with bin and collection1 folder. Do I need them? should I create conf under

Re: installing & configuring solr over ms sql server - tutorial needed

2013-05-31 Thread bbarani
solrconfig.xml - the lib directives specified in the configuration file are the lib locations where Solr would look for the jars. solr.xml - In case of the Multi core setup, you can have a sharedLib for all the collections. You can add the jdbc driver into the sharedLib folder. -- View this mes

Re: installing & configuring solr over ms sql server - tutorial needed

2013-05-31 Thread Mysurf Mail
btw: The other stages still refer to location relative to tomcat On Sat, Jun 1, 2013 at 12:02 AM, Mysurf Mail wrote: > for instance step 5 - Download and install a SQL Server JDBC drive. > Where do I put it when using jetty? > > * Just asked here a question if an official tutorial for ms sql s

Re: installing & configuring solr over ms sql server - tutorial needed

2013-05-31 Thread Mysurf Mail
for instance step 5 - Download and install a SQL Server JDBC drive. Where do I put it when using jetty? * Just asked here a question if an official tutorial for ms sql server exists before I try to go through several tutorials. On Fri, May 31, 2013 at 6:42 PM, Alexandre Rafalovitch wrote: > W

Re: installing & configuring solr over ms sql server - tutorial needed

2013-05-31 Thread Diaconescu Stefan Andrei
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

Re: installing & configuring solr over ms sql server - tutorial needed

2013-05-31 Thread Alexandre Rafalovitch
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 t

Re: installing & configuring solr over ms sql server - tutorial needed

2013-05-31 Thread Mysurf Mail
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 wrote: > You have two mostly-separate issues here. Running Solr in Tomcat and > indexing MSSql server. > > Try just running a default embedded-Jetty example unt

Re: installing & configuring solr over ms sql server - tutorial needed

2013-05-31 Thread Alexandre Rafalovitch
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. Person