RE: designing a dictionary filter with multiple word entries

2008-04-11 Thread Allen Atamer
EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 3:42 AM To: java-user@lucene.apache.org Subject: Re: designing a dictionary filter with multiple word entries Allen Atamer a écrit : > My dictionary filter currently implements next() and everything works well > when dictionary entries are replaced

Re: designing a dictionary filter with multiple word entries

2008-04-09 Thread Mathieu Lecarme
Allen Atamer a écrit : My dictionary filter currently implements next() and everything works well when dictionary entries are replaced one-to-one. For example: Can => Canada. A problem arises when I try to replace it with more than one word. Going through next() I encounter "shutdown". But

designing a dictionary filter with multiple word entries

2008-04-08 Thread Allen Atamer
My dictionary filter currently implements next() and everything works well when dictionary entries are replaced one-to-one. For example: Can => Canada. A problem arises when I try to replace it with more than one word. Going through next() I encounter "shutdown". But the dictionary entry takes