Re: Replacement for DefaultAnalyzer

2015-05-11 Thread Lewis John Mcgibbney
y { ts.close(); // Release resources associated with this stream. } context.write(key, document); } I'll be testing and will update is anything else comes up. Thanks Lewis On Mon, May 11, 2015 at 2:12 PM, Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> wrote:

Re: Replacement for DefaultAnalyzer

2015-05-11 Thread Lewis John Mcgibbney
ciated. Thanks Lewis [0] http://blog.mikemccandless.com/2012/07/lucene-400-alpha-at-long-last.html On Mon, May 11, 2015 at 2:03 PM, Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> wrote: > Hi Suneel, > > On Sat, May 9, 2015 at 11:21 AM, Suneel Marthi wrote: > >> Mahout 0.9 and 0.10.

Re: Replacement for DefaultAnalyzer

2015-05-11 Thread Lewis John Mcgibbney
Hi Suneel, On Sat, May 9, 2015 at 11:21 AM, Suneel Marthi wrote: > Mahout 0.9 and 0.10.0 are using Lucene 4.6.1. There's been a change in the > TokenStream workflow in Lucene post-Lucene 4.5. > Yes I know that after looking into the codebase. Thanks for clarifying! > > What exactly are u tryi

Re: Replacement for DefaultAnalyzer

2015-05-09 Thread Lewis John Mcgibbney
gt; On Fri, May 8, 2015 at 8:03 PM, Lewis John Mcgibbney < > lewis.mcgibb...@gmail.com > wrote: > > > Hi Folks, > > I'm making an upgrade from Mahout 0.7 --> 0.9. > > I am experiencing the same problem as experienced in the following post > > [0]. > >

Replacement for DefaultAnalyzer

2015-05-08 Thread Lewis John Mcgibbney
Hi Folks, I'm making an upgrade from Mahout 0.7 --> 0.9. I am experiencing the same problem as experienced in the following post [0]. Can someone please suggest what I should replace DefaultAnalyzer with? I am aware that it was removed from the Mahout API in 0.8? In the meantime I am going to tst a

Re: Building TFIDF Vectors from Solr Index

2013-08-09 Thread Lewis John Mcgibbney
t; --field text --dictOut "../solr-4.3.1/example/multicore/e001/dictionary/dic.txt" --weight TFIDF And it all works sweet as a Nut. Thanks Lewis On Fri, Aug 9, 2013 at 12:51 PM, Lewis John Mcgibbney < lewis.mcgibb...@gmail.com> wrote: > Hi, > I've been working with Mahout t

Building TFIDF Vectors from Solr Index

2013-08-09 Thread Lewis John Mcgibbney
Hi, I've been working with Mahout trunk and attempting to build the above from a Solr 4.3.1 index as follows. I am using Hadoop 1.1.1 to do the processing. h@CEE279Law3-Linux:~/Downloads/asf/mahout$ ./bin/mahout lucene.vector --dir "../solr-4.3.1/example/multicore/e001/data/index/" --idField id --