jar

com.yakaz.elasticsearch.plugins : elasticsearch-analysis-combo

Maven & Gradle

May 07, 2014
85 stars

elasticsearch-analysis-combo · The Combo Analyzer plugin for ElasticSearch provides with a new analyzer type that combines the output of multiple analyzers into one.

Table Of Contents

Latest Version

Download com.yakaz.elasticsearch.plugins : elasticsearch-analysis-combo JAR file - Latest Versions:

All Versions

Download com.yakaz.elasticsearch.plugins : elasticsearch-analysis-combo JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window elasticsearch-analysis-combo-1.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.elasticsearch.common.io

├─ org.elasticsearch.common.io.FastCharArrayReaderCloner.class - [JAR]

├─ org.elasticsearch.common.io.FastStringReaderCloner.class - [JAR]

org.elasticsearch.index.analysis

├─ org.elasticsearch.index.analysis.ComboAnalysisBinderProcessor.class - [JAR]

├─ org.elasticsearch.index.analysis.ComboAnalyzerProvider.class - [JAR]

org.apache.lucene.util

├─ org.apache.lucene.util.BufferedReaderUnwrapper.class - [JAR]

├─ org.apache.lucene.util.CharArrayReaderCloner.class - [JAR]

├─ org.apache.lucene.util.FilterReaderUnwrapper.class - [JAR]

├─ org.apache.lucene.util.ReaderCloneFactory.class - [JAR]

├─ org.apache.lucene.util.ReaderClonerDefaultImpl.class - [JAR]

org.elasticsearch.plugin.analysis.combo

├─ org.elasticsearch.plugin.analysis.combo.AnalysisComboPlugin.class - [JAR]

javax.io

├─ javax.io.StringReaderCloner.class - [JAR]

org.apache.lucene.analysis

├─ org.apache.lucene.analysis.CachingTokenStream.class - [JAR]

├─ org.apache.lucene.analysis.ComboAnalyzer.class - [JAR]

├─ org.apache.lucene.analysis.ComboAnalyzerWrapper.class - [JAR]

├─ org.apache.lucene.analysis.ComboTokenStream.class - [JAR]

├─ org.apache.lucene.analysis.PositionedTokenStream.class - [JAR]

├─ org.apache.lucene.analysis.ReusableStringReaderCloner.class - [JAR]

├─ org.apache.lucene.analysis.ReusableTokenStreamComponents.class - [JAR]