Re: solr to work for my web application

2008-02-26 Thread newBea
Hey Thorsten, I need to know one more thing...currently solr is getting up and running on port 8080. What my understanding is whichever port my tomcat is running, solr is running on the same. I mean if tomcat is down, solr is down and vice versa. My requirement is I need solr to run on port 80 a

Re: solr to work for my web application

2008-02-22 Thread Thorsten Scherler
On Fri, 2008-02-22 at 04:11 -0800, newBea wrote: > Hi Thorsten, > > Many thanks for ur replies so far...finally i set up correct environment for > Solr. Its working:clap: :) Congrats, glad you got it running. > > Solr Rocks! Indeed. :) salu2 > > Thorsten Scherler wrote: > > > > On Thu, 20

Re: solr to work for my web application

2008-02-22 Thread newBea
Hi Thorsten, Many thanks for ur replies so far...finally i set up correct environment for Solr. Its working:clap: Solr Rocks! Thorsten Scherler wrote: > > On Thu, 2008-02-14 at 23:16 -0800, newBea wrote: >> Hi Thorsten... >> >> SOrry for giving u much trouble but I need some answer regarding

Re: solr to work for my web application

2008-02-19 Thread Thorsten Scherler
On Thu, 2008-02-14 at 23:16 -0800, newBea wrote: > Hi Thorsten... > > SOrry for giving u much trouble but I need some answer regarding solr...plz > help... > > Question1 > I am using tomcat 5.5.23 so for JNDI setup of solr, adding solr.xml with > context fragment as below in the tomcat5.5/...cata

Re: solr to work for my web application

2008-02-14 Thread newBea
Hi Thorsten... SOrry for giving u much trouble but I need some answer regarding solr...plz help... Question1 I am using tomcat 5.5.23 so for JNDI setup of solr, adding solr.xml with context fragment as below in the tomcat5.5/...catalina/localhost. Is it the correct way of doing it? Or do

RE: solr to work for my web application

2008-02-14 Thread newBea
My eclipse IDE still gives me suggestion that JNDI is not set properly...How to set JNDI for solr? I am using tomcat5.5.23 and added solr.xml with context fragments inside the tomact5.5/../catalina/localhost. Is it the correct way of doing it? Or do i need to add context fragment in the server.xm

RE: solr to work for my web application

2008-02-14 Thread Fuad Efendi
It should be easy to configure SOLR Schema, & use SOLRJ client; does not matter jetty/tomcat etc.; stick with simple SOLRJ java client: access database, generate SOLR document, update SOLR, execute query, parse (SOLRJ->SolrDocument), generate content, etc... Much easier, scalable, and more effectiv

RE: solr to work for my web application

2008-02-13 Thread newBea
Hey hi... Ya the content is generated dynamically from a database...but all data in the xml docs(parameters in it) will have same structure as specified in the schema..e.g all will have uniquekey parameter set as "csid". I am adding particular case studies in my database with all information l

Re: solr to work for my web application

2008-02-13 Thread newBea
"Alternatively you can run solr in the same tomcat as you application." This is the thing I am still searching. However starting solr by using tomcat I am not getting proper steps to follow...when I start tomcat console looks like: Feb 14, 2008 11:02:19 AM org.apache.coyote.http11.Http11AprProto

Re: solr to work for my web application

2008-02-13 Thread Thorsten Scherler
On Wed, 2008-02-13 at 05:04 -0800, newBea wrote: > I havnt used luke.xsl. Ya but the link provided by u gives me "Solr Luke > Request Handler Response"... > > is simple string as: csid So you have: csid and > > till now I am updating docs thru command prompt as : post.jar *.xml > http://lo

RE: solr to work for my web application

2008-02-13 Thread Fuad Efendi
Hi, As I understood, you need a search for your web application. - How many pages it has? - Is content generated dynamically from a database (for instance)? Another problem: after updating solrschema.xml you need - restart SOLR - reindex SOLR With changing unique ID in schema... I don't rememb

RE: solr to work for my web application

2008-02-13 Thread Lance Norskog
I strongly recommend that you switch from the latest nightly build to the Solr 1.2 release. Lance -Original Message- From: Thorsten Scherler [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 4:03 AM To: solr-user@lucene.apache.org Subject: Re: solr to work for my web

Re: solr to work for my web application

2008-02-13 Thread newBea
I havnt used luke.xsl. Ya but the link provided by u gives me "Solr Luke Request Handler Response"... is simple string as: csid till now I am updating docs thru command prompt as : post.jar *.xml http://localhost:8983/update I am not clear on how do I post xml docs or wud xml docs be posted wh

Re: solr to work for my web application

2008-02-13 Thread Thorsten Scherler
On Wed, 2008-02-13 at 03:42 -0800, newBea wrote: > Hi Thorsten, > > I have my application running on 8080 port with tomcat 5.5.23I am > starting solr on port 8983 with jetty server using command "java -jar > start.jar". > > Both the server gets started...now any search I make on tomcat applic

Re: solr to work for my web application

2008-02-13 Thread newBea
Hi Thorsten, I have my application running on 8080 port with tomcat 5.5.23I am starting solr on port 8983 with jetty server using command "java -jar start.jar". Both the server gets started...now any search I make on tomcat application is interacting with solr very well. The problem is "sche

Re: solr to work for my web application

2008-02-13 Thread newBea
Hi Thorsten, I have my application running on 8080 port with tomcat 5.5.23I am starting solr on port 8983 with jetty server using command "java -jar start.jar". Both the server gets started...now any search I make on tomcat application is interacting with solr very well. The problem is "sche

Re: solr to work for my web application

2008-02-13 Thread newBea
Many thnks for the reply...Thorsten Scherler-3. I have already visited those sites...but I think have to visit again...wl be back. Thorsten Scherler-3 wrote: > > On Wed, 2008-02-13 at 00:06 -0800, newBea wrote: >> hi >> >> I am new to solr/lucene...I have installed solr nightly version..its >

Re: solr to work for my web application

2008-02-13 Thread Thorsten Scherler
On Wed, 2008-02-13 at 00:06 -0800, newBea wrote: > hi > > I am new to solr/lucene...I have installed solr nightly version..its working > very fine. > > But it is working for the exampledocs present in the example folder of the > nightly version of solr. I need solr to work for my current web > a