Hi Yonik,

Yes, I did read this somewhere, and what I have started to do to get around this is incorporate the Lucene/solr 4.0 jar in my local mahout copy, and use their index reader for my solr-trunk index. There are some problems that I found in terms of reading the entire lucene4.0 index - right now I can only read documents in which a certain word appears. This is because their was a "null" trick that could return all docs for a lucene 3.0 index. I am still working on fixing that part on my machine.

Steve

Quoting Yonik Seeley <[email protected]>:

On Fri, Aug 6, 2010 at 1:48 PM, Ted Dunning <[email protected]> wrote:
Trunk is still pretty close to 3.0.  The latest release is 3.0.1.  The next
release is 3.0.2 as far as I can tell.

The fact that the build says 4.0 is an artifact of the release process which
increments the version number willy nilly.

Actually, trunk is lucene/solr 4.0-dev.
The branch named "branch_3x" is lucene/solr 3.x-dev (currently 3.1-dev)

lucene/solr 4.x cannot currently read lucene 2.x (solr 1.x) indexes.
lucene/solr 3.x cannot currently read lucene/solr 4.x indexes.

-Yonik
http://www.lucidimagination.com



Reply via email to