jar

com.yakaz.elasticsearch.plugins : elasticsearch-query-acrossvariants

Maven & Gradle

Feb 05, 2015
7 stars

elasticsearch-query-acrossvariants · The AcrossField query plugin for ElasticSearch provides with a new query type that matching terms across multiple fields, instead of needing them to all match against any, but single, field.

Table Of Contents

Latest Version

Download com.yakaz.elasticsearch.plugins : elasticsearch-query-acrossvariants JAR file - Latest Versions:

All Versions

Download com.yakaz.elasticsearch.plugins : elasticsearch-query-acrossvariants JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.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-query-acrossvariants-1.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.elasticsearch.index.query

├─ org.elasticsearch.index.query.AcrossVariantsFilterBuilder.class - [JAR]

├─ org.elasticsearch.index.query.AcrossVariantsFilterParser.class - [JAR]

├─ org.elasticsearch.index.query.AcrossVariantsQueryBuilder.class - [JAR]

├─ org.elasticsearch.index.query.AcrossVariantsQueryParser.class - [JAR]

├─ org.elasticsearch.index.query.RegisterAcrossVariantsQueryParsers.class - [JAR]

org.apache.lucene.search

├─ org.apache.lucene.search.AcrossVariantsAndFilter.class - [JAR]

├─ org.apache.lucene.search.AcrossVariantsAndQuery.class - [JAR]

org.elasticsearch.plugin.query.acrossvariants

├─ org.elasticsearch.plugin.query.acrossvariants.AcrossVariantsIndexQueryParserModule.class - [JAR]

├─ org.elasticsearch.plugin.query.acrossvariants.QueryAcrossVariantsPlugin.class - [JAR]