s

suggest-free-text

Version of the Solr Free Text Suggestor that collate suggestions into the original search query and provides highlighting information about the parts of the suggested query that was appended/added by the highlighter.
https://github.com/redlink-gmbh/solr-suggest-free-text
The Apache Software License, Version 2.0
Redlink GmbH
Rupert Westenthaler
Files download
File Operation
suggest-free-text-2.1.1.jar download
suggest-free-text-2.1.1.pom download
suggest-free-text-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.redlink.solr</groupId>
  <artifactId>suggest-free-text</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.redlink.solr:suggest-free-text:2.1.1'
Gradle Kotlin
implementation("io.redlink.solr:suggest-free-text:2.1.1")
Scala SBT
libraryDependencies += "io.redlink.solr" % "suggest-free-text" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.redlink.solr', module='suggest-free-text', version='2.1.1')
)
Apache Ivy
<dependency org="io.redlink.solr" name="suggest-free-text" rev="2.1.1" />
Leiningen
[io.redlink.solr/suggest-free-text "2.1.1"]
Apache Buildr
'io.redlink.solr:suggest-free-text:jar:2.1.1'