Re: Migration Lucene 3=>4: IndexSearcher.setDefaultFieldSortScoring(..)

2014-07-22 Thread Christian Reuschling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 perfect - thanks a lot Steve On 18.07.2014 16:46, Steve Rowe wrote: > Hi Christian, > > I found an entry about this in the 4.0-ALPHA ?Changes in backwards > compatibility policy? > section of Lucene?s CHANGES.txt (html version): >

Re: Migration Lucene 3=>4: IndexSearcher.setDefaultFieldSortScoring(..)

2014-07-18 Thread Steve Rowe
Hi Christian, I found an entry about this in the 4.0-ALPHA “Changes in backwards compatibility policy” section of Lucene’s CHANGES.txt (html version): : LUCENE-3514: IndexSea

Migration Lucene 3=>4: IndexSearcher.setDefaultFieldSortScoring(..)

2014-07-18 Thread Christian Reuschling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We currently migrate one project to Lucene 4 and noticed that the method IndexSearcher.setDefaultFieldSortScoring(..) disappeared in Lucene 4.0. We can't find something about this in the migration guide. Further, it was never deprecated in Lucene 3,