Re: Lucene version compatibility

2014-10-30 Thread Suneel Marthi
gt; given types; > [ERROR] required: > org.apache.lucene.index.AtomicReaderContext,org.apache.lucene.util.Bits > [ERROR] found: > org.apache.lucene.index.AtomicReaderContext,boolean,boolean, > [ERROR] reason: actual and formal argument lists differ in length > > > >

Re: Lucene version compatibility

2014-10-30 Thread Tom LAMPERT
found: org.apache.lucene.index.AtomicReaderContext,boolean,boolean, [ERROR] reason: actual and formal argument lists differ in length From: Suneel Marthi Sent: 29 October 2014 21:56 To: user@mahout.apache.org Subject: Re: Lucene version compatibility u need to update the Lucene Ja

Re: Lucene version compatibility

2014-10-29 Thread Suneel Marthi
ng some lucene jars? > > Kind regards, > > Tom > > > From: Suneel Marthi > Sent: 28 October 2014 22:33 > To: user@mahout.apache.org > Subject: Re: Lucene version compatibility > > Yes it should be possible, and we have been upgrading to the

Re: Lucene version compatibility

2014-10-29 Thread Tom LAMPERT
OR] symbol: variable LUCENE_47 [ERROR] location: class org.apache.lucene.util.Version Should I also be replacing some lucene jars? Kind regards, Tom From: Suneel Marthi Sent: 28 October 2014 22:33 To: user@mahout.apache.org Subject: Re: Lucene version com

Re: Lucene version compatibility

2014-10-28 Thread Suneel Marthi
Yes it should be possible, and we have been upgrading to the latest and greatest Lucene versions at the point of Release and may be a trivial change. Just gotta replace all references in the code for 'Version_46' with 'Version_'. Also Lucene >= 4.7 mandate Java 1.7. On Tue, Oct 28, 2014 at 5:21 P

Lucene version compatibility

2014-10-28 Thread Tom LAMPERT
Hello, Does anyone know whether it is possible to upgrade the version of lucene that mahout's lucene.vector and luecene2seq functions are compatible with? Currently they require lucene 4.6.1 indexes but this version is already quite dated... Kind regards, Tom