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-decompound-6.3.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.xbib.elasticsearch.index.analysis.decompound.patricia
├─ org.xbib.elasticsearch.index.analysis.decompound.patricia.DecompoundTokenFilter.class - [JAR]
├─ org.xbib.elasticsearch.index.analysis.decompound.patricia.DecompoundTokenFilterFactory.class - [JAR]
org.xbib.elasticsearch.index.query.decompound
├─ org.xbib.elasticsearch.index.query.decompound.CustomSpanPayloadCheckQuery.class - [JAR]
├─ org.xbib.elasticsearch.index.query.decompound.ExactPhraseQueryBuilder.class - [JAR]
├─ org.xbib.elasticsearch.index.query.decompound.QueryTransformer.class - [JAR]
org.xbib.elasticsearch.plugin.analysis.decompound
├─ org.xbib.elasticsearch.plugin.analysis.decompound.AnalysisDecompoundPlugin.class - [JAR]
org.xbib.elasticsearch.common.decompound.patricia
├─ org.xbib.elasticsearch.common.decompound.patricia.CompactPatriciaTrie.class - [JAR]
├─ org.xbib.elasticsearch.common.decompound.patricia.Decompounder.class - [JAR]
├─ org.xbib.elasticsearch.common.decompound.patricia.LFUCache.class - [JAR]
├─ org.xbib.elasticsearch.common.decompound.patricia.Node.class - [JAR]