Re: advice on creating a solr index when data source is from many unrelated db tables

2010-07-30 Thread S Ahmed
you describe as "unrelated data" - why would > you want to put unrelated data into a single index? If you want to > search on all the data and return mixed results there surely must be > some kind of relation between the documents? > > Chantal > > On Thu, 2010-07-29 a

advice on creating a solr index when data source is from many unrelated db tables

2010-07-29 Thread S Ahmed
I understand (and its straightforward) when you want to create a index for something simple like Products. But how do you go about creating a Solr index when you have data coming from 10-15 database tables, and the tables have unrelated data? The issue is then you would have many 'columns' in you

Re: run on reboot on windows

2010-05-02 Thread S Ahmed
ype to automatic > > Sent from my iPhone > > On 3 May 2010, at 00:43, "S Ahmed" wrote: > > > its not tomcat/jetty that's the issue, its how to get things to re- > > start on > > a windows server (tomcat and jetty don't run as native windows > >

Re: run on reboot on windows

2010-05-02 Thread S Ahmed
a look at the documentation of jetty or tomcat. SOLR > can > run on any web container, it's up to you how you configure your web > container to run > > > > Thanks > > Aboxy > > > > > > > > > > > > From: S Ahmed [via Lucene] > [

Re: run on reboot on windows

2010-05-02 Thread S Ahmed
By default it uses Jetty, so your saying Tomcat on windows server 2008/ IIS7 runs as a native windows service? On Sun, May 2, 2010 at 12:46 AM, Dave Searle wrote: > Set tomcat6 service to auto start on boot (if running tomat) > > Sent from my iPhone > > On 2 May 2010, at 02:31, &

run on reboot on windows

2010-05-01 Thread S Ahmed
Hi, I'm trying to get Solr to run on windows, such that if it reboots the Solr service will be running. How can I do this?