dileepajayakody / semanticvectors

Automatically exported from code.google.com/p/semanticvectors
Other
1 stars 0 forks source link

Does not work with Lucene 4.2 due to IndexWriter.MaxFieldLength dependency in LuceneUtils #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Running semanticvectors version 3.8 with Lucene version 4.2.0

What is the expected output? What do you see instead?

NoClassDefFoundError at LuceneUtils.compressIndex (Line 381)

What version of the product are you using? On what operating system?
SemanticVectors version - 3.8
Lucene Version - 4.2
OS - Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by mishra9m...@gmail.com on 1 Apr 2013 at 8:21

GoogleCodeExporter commented 9 years ago
Unfortunately you're quite right.

Lucene is still advertising both 4.2 and 3.6.2, and they aren't easily 
compatible with each other (as far as I've been able to work out). So we've 
decided to keep supporting 3.6.2 only for now.

See https://code.google.com/p/semanticvectors/wiki/LuceneCompatibility.

We should look into updating to 4.2 in a branch so that we're not caught 
unawares if 3.6.2 ceases to be an official "latest" download.

Original comment by dwidd...@gmail.com on 1 Apr 2013 at 11:20

GoogleCodeExporter commented 9 years ago

Original comment by dwidd...@gmail.com on 7 Aug 2013 at 4:03