New User , How to have the search functioning

2002-09-16 Thread Ravi Kothiyal
Hi friens, I m new to Lucene . I had installed lucene1.2 on winnt 4 and using it with jakarta-tomcat-4.1.10. I had created an index and had configured lucene demo application luceneweb on jakarta . I had also modified configuration.jsp to add the location of index. When using lucene web i am

RE: New User , How to have the search functioning

2002-09-17 Thread Ravi Kothiyal
. The > demo has a couple of "tripping" points, but nothing that can't be hurdled > quickly. Reply directly if desired. > > Hoping to help, > Tim > > > > -Original Message- > > From: Ravi Kothiyal [mailto:[EMAIL PROTECTED]] > >

RE: New User , How to have the search functioning

2002-09-18 Thread Ravi Kothiyal
gards Ravi - Original Message ----- From: "Ravi Kothiyal" <[EMAIL PROTECTED]> Date: Wed, 18 Sep 2002 00:18:41 -0500 To: [EMAIL PROTECTED] Subject: RE: New User , How to have the search functioning > Hi Tim, > > Thanks for your help. I had created the index but that w

Problem With org.apache.lucene.demo.IndexHTML class on Sun Solaris

2002-10-04 Thread Ravi Kothiyal
Dear Friends , I am using lucene-1.2 . When I am trying to create a html index from java org.apache.lucene.demo.IndexHTML -create -index /opt/index /webdev It start creating index but after some time it gives Memory outof range exception and quit the command . Can you please help me in this ma

Re: Is Like Search Possible ?

2002-10-04 Thread Ravi Kothiyal
Dear Suneetha, visit http://jakarta.apache.org/lucene/docs/queryparsersyntax.html for the syntax about query. But this is for basic html search. But I think if you want to search through email's ToAddress field, You have a create an index which stores the toAddress than only you can retereve th

Re: Xtreeme Newbie, trying to get demos to work

2002-10-05 Thread Ravi Kothiyal
hi, Yes You need Java Server/JSP engine to run webapplication demo . If are using any jsp/servlet engine . Configure the luceneweb.war application with the demo in the jsp engine. Then create the index file for serach. For that you have to add lucene-2.1.jar and lucene-demos-2.1.jar in your clas

Re: Is Like Search Possible ?

2002-10-06 Thread Ravi Kothiyal
I've found it does not return any results when I query for >(toAddress:Abc). > If Lucene is not case sensitive why doesen't it give me results. > > Regards, > Suneetha > > Ravi Kothiyal wrote: > > > Dear Suneetha, > > visit http://jakarta.apache.org/luc