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-langid-9.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.solr.update.processor
├─ org.apache.solr.update.processor.DetectedLanguage.class - [JAR]
├─ org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessor.class - [JAR]
├─ org.apache.solr.update.processor.LangDetectLanguageIdentifierUpdateProcessorFactory.class - [JAR]
├─ org.apache.solr.update.processor.LangIdParams.class - [JAR]
├─ org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor.class - [JAR]
├─ org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessor.class - [JAR]
├─ org.apache.solr.update.processor.OpenNLPLangDetectUpdateProcessorFactory.class - [JAR]
├─ org.apache.solr.update.processor.SolrInputDocumentReader.class - [JAR]
├─ org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessor.class - [JAR]
├─ org.apache.solr.update.processor.TikaLanguageIdentifierUpdateProcessorFactory.class - [JAR]