Tamer Saleh created LUCENE-6071:
-----------------------------------
Summary: java.lang.nosuchfielderror:
org/apache/lucene/util/version.lucene_47
Key: LUCENE-6071
URL: https://issues.apache.org/jira/browse/LUCENE-6071
Project: Lucene - Core
Issue Type: Bug
Components: core/codecs
Affects Versions: 4.7.2
Environment: Websphere Application Server 8.5
Reporter: Tamer Saleh
Priority: Blocker
I have a run time error when running the below code snippet on websphere
application server 8.5:
Analyzer analyzer = new StandardAnalyzer(Version.LUCENE_47);
IndexWriterConfig iW = new
IndexWriterConfig(Version.LUCENE_47,analyzer);
Directory index = new RAMDirectory();
IndexWriter writer = new IndexWriter(index,iW);
The error is:
java.lang.nosuchfielderror: org/apache/lucene/util/version.lucene_47
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]