Re: Migration to Lucene 4.1

2013-01-30 Thread Ian Lea
Have you read the changes and migration docs that come with 4.1? You may also need to look at 3.[123456] javadocs to see deprecations and alternatives for stuff that was present in 3.0 but gone in 4.1. -- Ian. On Tue, Jan 29, 2013 at 7:30 PM, Paul Sitowitz wrote: > Hello, > > I currently have

Migration to Lucene 4.1

2013-01-29 Thread Paul Sitowitz
Hello, I currently have the following production code which currently works with Lucene 3.0: this.luceneWriter = new IndexWriter( directory, analyzer, true, MaxFieldLength.UNLIMITED ); this.fs.delete( this.finalOutput, true ); this.luceneWriter.setUseCompoundFile( true ); this.luceneWriter.setMer