lucene-lda icon indicating copy to clipboard operation
lucene-lda copied to clipboard

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

Open prathmeshgat opened this issue 10 years ago • 2 comments

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 avatar Oct 29 '15 09:10 prathmeshgat

@chrismattmann do you have any idea?

prathmeshgat avatar Oct 30 '15 06:10 prathmeshgat

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

chrismattmann avatar Jan 03 '16 17:01 chrismattmann