https://github.com/redlink-gmbh/solr-advanced-suggester
Advanced Suggestion-Handler for Solr
https://github.com/redlink-gmbh/solr-advanced-suggester
solr solr-plugin suggest
Last synced: 5 months ago
JSON representation
Advanced Suggestion-Handler for Solr
- Host: GitHub
- URL: https://github.com/redlink-gmbh/solr-advanced-suggester
- Owner: redlink-gmbh
- License: apache-2.0
- Created: 2024-08-20T10:55:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T19:48:09.000Z (6 months ago)
- Last Synced: 2024-12-09T20:42:33.462Z (6 months ago)
- Topics: solr, solr-plugin, suggest
- Language: Java
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Solr Suggester
_An improved Suggestion-Handler for Solr_[](https://github.com/redlink-gmbh/solr-advanced-suggester/actions/workflows/maven-build-and-deploy.yaml)
[](https://sonarcloud.io/dashboard?id=redlink-gmbh_solr-advanced-suggester)[](https://central.sonatype.com/artifact/io.redlink.solr/solr-advanced-suggester)
[](https://oss.sonatype.org/#nexus-search;gav~io.redlink.solr~solr-advanced-suggester~~~)
[](https://www.javadoc.io/doc/io.redlink.solr/solr-advanced-suggester)
[](https://www.apache.org/licenses/LICENSE-2.0)This is an update of the [Vind Suggestion Handler](https://github.com/RBMHTechnology/vind) compatible with Solr 9+.
## Usage
1. Add the following library to your Solr's lib-directory:
```xml
io.redlink.solr
solr-advanced-suggester
${suggester.version}
```
2. Within `solrconfig.xml` configure a dedicated suggestion-handler:
```xml
true
suggestions
10
```
For further details have a look at the solr-configuration used in the test.## License
Free use of this software is granted under the terms of the Apache License Version 2.0.
See the [License](LICENSE.txt) for more details.