ISSUE:-Unable to run lucene-lda with version 4.1.
prathmeshgat opened this issue · 2 comments
prathmeshgat commented
It Throws an exception "Exception in thread "main" java.lang.NoSuchFieldError: LUCENE_35" .Then I tried changing the version in the source code to version 4.1 , then after that i am unable to build using version 4.1( i replaced LUCENE_35 with LUCENE_41). Can you suggest me the proper solution for it?
prathmeshgat commented
@chrismattmann do you have any idea?
chrismattmann commented
the issue here is that lucene-lda was code to worko with Lucene 3.5. I fixed this in my fork of the project please have a look @prathmeshgat