Changes required to upgrade to PyLucene 3.0.0

Review Request #1344 — Created Jan. 13, 2010 and submitted

Information

Review Board

Reviewers

The new version of Lucene introduces non backward compatible changes.

I'm not too sure what to do with these diffs, as they would prevent a Review Board installation to work with a previous version of PyLucene.

For instance, FSDirectory.open was introduced in 2.9.0 and does not exist in 2.4.1.   The change in constructor for QueryParser is not present in 2.9.0 but shows in 2.9.1.  The change in constructor for StandardAnalyzer comes with 2.9.0.
Tested on our staging and production servers.  Full and incremental indexing, cron job for indexing , simple queries
chipx86
  1. We'll need to support older versions as well. Probably needs a version or capability check of some sort.
  2. 
      
david
  1. Committed with changes to conditionalize on the version. Thanks!
    1. thank you David.  Sorry I did not find the time to do this.  (and I was not comfortable not being able to test on different versions of Lucene)
  2. 
      
Loading...