Re: Pulling lucene 4.1

2013-01-04 Thread Ramprakash Ramamoorthy
On Fri, Jan 4, 2013 at 6:27 PM, Erick Erickson wrote: > BTW, if all you're interested in is the compiled code, you can always get > the latest build from: > http://wiki.apache.org/solr/NightlyBuilds(4x-SNAPSHOT). That code will > be compiled from the link Shai pointed out > except for any commits

Re: Pulling lucene 4.1

2013-01-04 Thread Erick Erickson
BTW, if all you're interested in is the compiled code, you can always get the latest build from: http://wiki.apache.org/solr/NightlyBuilds(4x-SNAPSHOT). That code will be compiled from the link Shai pointed out except for any commits since the build... FWIW, Erick On Wed, Jan 2, 2013 at 2:01 PM,

Re: Pulling lucene 4.1

2013-01-02 Thread Shai Erera
I was under the impression that you already migrated to 4.0 and are asking for 4.1. 4.x promises backwards compatibility as far as index format goes. Regarding API, you should consult the CHANGES as well as MIGRATE files in order to successfully migrate a 3x Lucene app to 4.0. Shai On Wed, Jan

Re: Pulling lucene 4.1

2013-01-02 Thread Lance Norskog
4.x does not promise backwards compatibility with 3.x. Have you made your own extensions? On 01/02/2013 04:38 AM, Shai Erera wrote: There's no specific branch for 4.1 yet. All development still happens on the 4x branch ( http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x/). Note tha

Re: Pulling lucene 4.1

2013-01-02 Thread Shai Erera
There's no specific branch for 4.1 yet. All development still happens on the 4x branch ( http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x/). Note that Lucene maintains two active branches for development: 'trunk' (currently to be 5.0) and '4x' off of which all Lucene 4.x releases are