Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julianlam/nodebb-plugin-solr
Full-text searching for NodeBB using Apache Solr
https://github.com/julianlam/nodebb-plugin-solr
Last synced: 11 days ago
JSON representation
Full-text searching for NodeBB using Apache Solr
- Host: GitHub
- URL: https://github.com/julianlam/nodebb-plugin-solr
- Owner: julianlam
- License: bsd-2-clause
- Created: 2014-07-09T21:23:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T18:35:22.000Z (over 1 year ago)
- Last Synced: 2024-04-14T12:55:54.491Z (7 months ago)
- Language: JavaScript
- Size: 545 KB
- Stars: 22
- Watchers: 9
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodebb - solr - Full-text searching for NodeBB using Apache Solr. (Plugins)
README
# Solr Search for NodeBB
[From Wikipedia](http://en.wikipedia.org/wiki/Apache_Solr):
> Solr (pronounced "solar") is an open source enterprise search platform from the Apache Lucene project. Its major features include full-text search, hit highlighting, faceted search, dynamic clustering, database integration, and rich document (e.g., Word, PDF) handling.This plugin extends NodeBB to utilise an installation of Apache Solr as a search backend.
## Configuration
1. Install this plugin via npm: `npm install nodebb-plugin-solr`
1. Activate it in the Plugins page
1. Restart NodeBB
1. Check that the plugin has successfully connected to the search engine. If not, adjust as necessary.## Installation
npm install nodebb-plugin-solr