Thanks for your suggestion :) I wanted to keep the lucene version closest to the c++ bindings i.e. Clucene which supports 2.3.2 version of lucene at present.
I will try now with the latest version i.e. 3.0+ /tuxdna On 26-Feb-2011 12:15 AM, "Andi Vajda" <va...@apache.org> wrote: On Fri, 25 Feb 2011, tuxdna wrote: >>> I built pylucene-2.4.1-1 on Fedora 14. >>> ( https://tuxdna... Yes, that one (2.2) works with PyLucene 2.4.1, the newest (2.7) doesn't. The reason is that some things, such as array support, changed since then and PyLucene's 2.4.1 unit tests are written for the JCC version it was produced with. Is there any reason you have to use such an old version of Lucene. 2.4.1 is not really supported anymore. The current version of Lucene (and PyLucene) is 3.0.3. The newest supported 2.x version is 2.9.4 and it works with JCC 2.7. Andi.. > > > Then I followed this link > http://lucene.apache.org/pylucene/jcc/documentation/install.html...