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 solr-lucene-spellchecker-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.lucene.search.spell
├─ org.apache.lucene.search.spell.Dictionary.class - [JAR]
├─ org.apache.lucene.search.spell.JaroWinklerDistance.class - [JAR]
├─ org.apache.lucene.search.spell.LevensteinDistance.class - [JAR]
├─ org.apache.lucene.search.spell.LuceneDictionary.class - [JAR]
├─ org.apache.lucene.search.spell.PlainTextDictionary.class - [JAR]
├─ org.apache.lucene.search.spell.SpellChecker.class - [JAR]
├─ org.apache.lucene.search.spell.StringDistance.class - [JAR]
├─ org.apache.lucene.search.spell.SuggestWord.class - [JAR]
├─ org.apache.lucene.search.spell.SuggestWordQueue.class - [JAR]