lucene-lda
lucene-lda copied to clipboard
ISSUE:-Unable to run lucene-lda with version 4.1.
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?
@chrismattmann do you have any idea?
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