many thanks I will try that, thanks again!
jim s
----- Original Message -----
From: "Donna L Gresh" <[EMAIL PROTECTED]>
To: <java-user@lucene.apache.org>
Sent: Friday, June 08, 2007 12:52 PM
Subject: Re: Indexing MSword Documents
I do this exact thing. "text" (the second input to the Field constructor)
is MSWord text that I've extracted from the Word document
textField = new org.apache.lucene.document.Field(textFieldName,text,
org.apache.lucene.document.Field.Store.NO,
org.apache.lucene.document.Field.Index.TOKENIZED);
doc.add(textField);
Donna L. Gresh
Services Research, Mathematical Sciences Department
IBM T.J. Watson Research Center
(914) 945-2472
http://www.research.ibm.com/people/g/donnagresh
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]