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
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
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
3 matches
Mail list logo