Analyzer Incorrect?

2003-04-04 Thread Rob Outar
Hi all, Sorry for the flood of questions this week, clients finally started using the search engine I wrote which uses Lucene. When I first started developing with Lucene the Analyzers it came with did some odd things so I decided to implement my own but it is not working the way I

Re: Analyzer Incorrect?

2003-04-04 Thread Tatu Saloranta
On Friday 04 April 2003 05:24, Rob Outar wrote: Hi all, Sorry for the flood of questions this week, clients finally started using the search engine I wrote which uses Lucene. When I first started Yup... that's the root of all evil. :-) (I'm in similar situation, going through user

RE: Analyzer Incorrect?

2003-04-04 Thread Rob Outar
Yeah it has been a bad week. I don't think Query parser is not lowercasing my fields, maybe it is something I am doing wrong: public synchronized String[] queryIndex(String query) throws ParseException, IOException { checkForIndexChange(); QueryParser p = new QueryParser(,

Re: about increment update

2003-04-04 Thread keelkerr
Thank you Ian, it works. Kerr. - Original Message - From: Ian Lea [EMAIL PROTECTED] To: kerr [EMAIL PROTECTED] Cc: Lucene Users List [EMAIL PROTECTED] Sent: Friday, April 04, 2003 4:55 AM Subject: Re: about increment update Try this: 1. Open reader. 2.