On Monday 16 February 2004 12:40, Erik Hatcher wrote:
> On Feb 16, 2004, at 6:12 AM, [EMAIL PROTECTED] wrote:
> > String description = doc.getField("contents").stringValue();
>
> What is the value of description here?? The value of the field "contents" :-) Long, plain text.. > > final java.io.Reader r = new StringReader(description); > > final TokenStream in = analyzer.tokenStream(r); > > And what analyzer are you using here? GermanAnalyzer (yes, "has", "had", etc. below is fictional but most people here probably don't speak german...e.g. "automobile" may become "automob" or something like this). > > But the result is the same, the words are actually truncated (instead > > of > > "has", "had", "have", etc. only "ha") :-( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
