stepthom / lucene-lda

Using latent Dirichlet allocation (LDA) in Apache Lucene
58 stars 23 forks source link

ISSUE:-Unable to run lucene-lda with version 4.1. #7

Open prathmeshgat opened 8 years ago

prathmeshgat commented 8 years ago

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 8 years ago

@chrismattmann do you have any idea?

chrismattmann commented 8 years ago

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