View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window elasticsearch-analysis-edgengram2-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.lucene.analysis.ngram
├─ org.apache.lucene.analysis.ngram.EdgeNGram2TokenFilter.class - [JAR]
org.elasticsearch.plugin.analysis.edgengram2
├─ org.elasticsearch.plugin.analysis.edgengram2.AnalysisEdgeNGram2Plugin.class - [JAR]
org.elasticsearch.index.analysis
├─ org.elasticsearch.index.analysis.EdgeNGram2AnalysisBinderProcessor.class - [JAR]
├─ org.elasticsearch.index.analysis.EdgeNGram2TokenFilterFactory.class - [JAR]