Is Like Search Possible ?

2002-10-04 Thread Suneetha Rao
Hi, I've used lucene and indexed the whole database where I savd the mail headers and some files where I saved the mail contents.I would like to to a search on email ids.I'm using a Boolean Query to retirive results and is using the StandardAnalyzer. How do I translate the SQL Statement

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