Re: Text is not indexed when passed as a StringReader

2005-09-17 Thread Andrzej Bialecki
Daniel Naber wrote: On Friday 16 September 2005 21:51, Matthias Bräuer wrote: but unstored field and the passed in Reader happens to be a StringReader (e.g. when extracting Word documents using the Textmining library) the field is not indexed at all. That means Luke shows no terms for this fie

Re: Text is not indexed when passed as a StringReader

2005-09-16 Thread Daniel Naber
On Friday 16 September 2005 21:51, Matthias Bräuer wrote: > but > unstored field and the passed in Reader happens to be a StringReader > (e.g. when extracting Word documents using the Textmining library) the > field is not indexed at all. That means Luke shows no terms for this > field and, conseq

Re: Text is not indexed when passed as a StringReader

2005-09-16 Thread Chris Hostetter
intln(h.length() == 1 ? "FOUND" : "ERROR"); } : Date: Sat, 17 Sep 2005 03:51:28 +0800 : From: "[ISO-8859-15] Matthias Bräuer" <[EMAIL PROTECTED]> : Reply-To: java-user@lucene.apache.org, [EMAIL PROTECTED] : To: java-user@lucene.apache.org : Subject: Te

Text is not indexed when passed as a StringReader

2005-09-16 Thread Matthias Bräuer
Hello, this question seems to have occured in the mailing list before but I wasn't able to find a satisfying answer. So please excuse if I'm asking something that has already been discussed. My problem is as follows: If I use the Field.Text(String,Reader) method to create an indexed, but uns