Re: Search Problem

2009-01-01 Thread Amin Mohammed-Coleman
oh man! Sorry about that...lack of sleep due to new baby in the house... On 1 Jan 2009, at 20:41, Nils-Helge Garli Hegvik wrote: Maybe you should try posting to a Lucene mailing list? Nils-H On Thu, Jan 1, 2009 at 9:28 PM, Amin Mohammed-Coleman > wrote: Hi I have created a RTFHandler whi

Re: Search Problem

2009-01-01 Thread Nils-Helge Garli Hegvik
Maybe you should try posting to a Lucene mailing list? Nils-H On Thu, Jan 1, 2009 at 9:28 PM, Amin Mohammed-Coleman wrote: > Hi > > I have created a RTFHandler which takes a RTF file and creates a lucene > Document which is indexed. The RTFHandler looks like something like this: > > if (bodyTex

Search Problem

2009-01-01 Thread Amin Mohammed-Coleman
Hi I have created a RTFHandler which takes a RTF file and creates a lucene Document which is indexed. The RTFHandler looks like something like this: if (bodyText != null) { Document document = new Document(); Field field = new Field(MetaDataEnum.BODY.getDescripti