OK. Thanks
-Original Message-
From: Robert Muir [mailto:rcm...@gmail.com]
Sent: Monday, September 26, 2011 12:15 PM
To: java-user@lucene.apache.org
Subject: Re: MoreLikeThis Interface changes
On Mon, Sep 26, 2011 at 2:06 PM, Scott Smith wrote:
> "is" is the input stream
On Mon, Sep 26, 2011 at 2:06 PM, Scott Smith wrote:
> "is" is the input stream. Did I miss something in your response?
>
Yes, this is totally unrelated to fields[].
it has to do with which fieldname is passed to the analyzer to
analyze the reader into tokens (and there can be only one for thi
riginal Message-
From: Robert Muir [mailto:rcm...@gmail.com]
Sent: Wednesday, September 21, 2011 6:59 PM
To: java-user@lucene.apache.org
Subject: Re: MoreLikeThis Interface changes
On Wed, Sep 21, 2011 at 5:17 PM, Scott Smith wrote:
> I'm updating my lucene code from 3.0 to 3.4. There
Understand. Thanks for the information.
-Original Message-
From: Robert Muir [mailto:rcm...@gmail.com]
Sent: Wednesday, September 21, 2011 6:59 PM
To: java-user@lucene.apache.org
Subject: Re: MoreLikeThis Interface changes
On Wed, Sep 21, 2011 at 5:17 PM, Scott Smith wrote:
>
On Wed, Sep 21, 2011 at 5:17 PM, Scott Smith wrote:
> I'm updating my lucene code from 3.0 to 3.4. There's a change in the MLT
> interface I'm confused about. I used the MLT.like(InputStream) method. It
> now appears I should change to the MLT.like(InputStreamReader, fieldname)
> method. Ea
I'm updating my lucene code from 3.0 to 3.4. There's a change in the MLT
interface I'm confused about. I used the MLT.like(InputStream) method. It now
appears I should change to the MLT.like(InputStreamReader, fieldname) method.
Easy enough to create an InputStreamReader from an InputStream.