Re: Document Clustering

2003-11-11 Thread Marcel Stör
Hi As everybody seems to be so exited about it, would someone please be so kind to explain what "document based clustering" is? Regards, Marcel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

AW: Advice on Stop words

2003-03-18 Thread Marcel Stör
> -Ursprüngliche Nachricht- > Von: James Berrettini [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 18. März 2003 16:53 > An: 'Lucene User listserv' > Betreff: Advice on Stop words > > > Hi, > > I'm in the middle of a project to improve the Lucene > functionality that we've embedded in

RE: Lucene Turbine Service

2003-03-04 Thread Marcel Stör
> -Original Message- > From: Nellaiyappan Gomathinayagam > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003 5:10 PM > To: Lucene Users List > Subject: RE: Lucene Turbine Service > > > Hi, > > Any one tried Incremental Indexing with Lucene. If so then > kindly guide me how to

Too few search results

2003-02-05 Thread Marcel Stör
Hi all, My Lucene IndexSearcher returns too few hits when I use some extended query syntaxt. I'll give examples of my query/hits pairs at the bottom. I'm indexing a database table: //creating a full index DBConnection conn = null; try { Analyzer analyzer = new StandardAnalyzer(); IndexWr