Hi guys, I'm using Lucene 4.3 and I'm getting this Exception:
java.lang.NoSuchFieldError: STOP_WORDS_SET at this line in my code: CharArraySet DEFAULT_STOP_SET = StandardAnalyzer.STOP_WORDS_SET; This is driving me crazy, I don't know what's wrong!
Hi guys, I'm using Lucene 4.3 and I'm getting this Exception:
java.lang.NoSuchFieldError: STOP_WORDS_SET at this line in my code: CharArraySet DEFAULT_STOP_SET = StandardAnalyzer.STOP_WORDS_SET; This is driving me crazy, I don't know what's wrong!