Re: MoreLikeThis Interface changes

2011-09-21 Thread Robert Muir
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

RE: MoreLikeThis Interface changes

2011-09-22 Thread Scott Smith
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: >

RE: MoreLikeThis Interface changes

2011-09-26 Thread Scott Smith
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

Re: MoreLikeThis Interface changes

2011-09-26 Thread Robert Muir
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

RE: MoreLikeThis Interface changes

2011-09-26 Thread Scott Smith
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