MVN

com.s24.search.solr : solr-bmax-queryparser

Maven & Gradle

Jan 28, 2019

solr-bmax-queryparser · A synonym aware edismax query parser for Apache Solr

<dependency>
    <groupId>com.s24.search.solr</groupId>
    <artifactId>solr-bmax-queryparser</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.s24.search.solr : solr-bmax-queryparser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0

All Versions

Choose a version of com.s24.search.solr : solr-bmax-queryparser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
solr-bmax-queryparser-2.6.0
2.5.x
solr-bmax-queryparser-2.5.0
2.4.x
solr-bmax-queryparser-2.4.4
solr-bmax-queryparser-2.4.3
solr-bmax-queryparser-2.4.2
solr-bmax-queryparser-2.4.1
solr-bmax-queryparser-2.4.0
2.3.x
solr-bmax-queryparser-2.3.0
2.2.x
solr-bmax-queryparser-2.2.2
solr-bmax-queryparser-2.2.1
solr-bmax-queryparser-2.2.0
2.1.x
solr-bmax-queryparser-2.1.0
2.0.x
solr-bmax-queryparser-2.0.0
1.7.x
solr-bmax-queryparser-1.7.9
solr-bmax-queryparser-1.7.8
solr-bmax-queryparser-1.7.7
solr-bmax-queryparser-1.7.6
solr-bmax-queryparser-1.7.5
solr-bmax-queryparser-1.7.4
solr-bmax-queryparser-1.7.3
solr-bmax-queryparser-1.7.2
solr-bmax-queryparser-1.7.1
solr-bmax-queryparser-1.7.0
1.6.x
solr-bmax-queryparser-1.6.0
1.5.x
solr-bmax-queryparser-1.5.0
1.4.x
solr-bmax-queryparser-1.4.1
solr-bmax-queryparser-1.4.0
0.9.x
solr-bmax-queryparser-0.9.8
solr-bmax-queryparser-0.9.7
solr-bmax-queryparser-0.9.6
solr-bmax-queryparser-0.9.5
solr-bmax-queryparser-0.9.4
solr-bmax-queryparser-0.9.3
solr-bmax-queryparser-0.9.2
solr-bmax-queryparser-0.9.1
solr-bmax-queryparser-0.9.0

How to add a dependency to Maven

Add the following com.s24.search.solr : solr-bmax-queryparser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.s24.search.solr</groupId>
    <artifactId>solr-bmax-queryparser</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.s24.search.solr : solr-bmax-queryparser gradle dependency to your build.gradle file:

implementation 'com.s24.search.solr:solr-bmax-queryparser:2.6.0'

Gradle Kotlin DSL: Add the following com.s24.search.solr : solr-bmax-queryparser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.s24.search.solr:solr-bmax-queryparser:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.s24.search.solr : solr-bmax-queryparser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.s24.search.solr" % "solr-bmax-queryparser" % "2.6.0"