Socket
Socket
Sign inDemoInstall

nodebb-plugin-cppnet-solr

Package Overview
Dependencies
60
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nodebb-plugin-cppnet-solr

Full-text searching for NodeBB using Apache Solr


Version published
Weekly downloads
1
Maintainers
1
Install size
11.2 MB
Created
Weekly downloads
 

Readme

Source

Solr Search for NodeBB

This is a fork of the original nodebb-plugin-solr package. It includes some minor adjustments that are pushed upstream.

From Wikipedia:

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-cppnet-solr
  2. Activate it in the Plugins page
  3. Restart NodeBB
  4. Check that the plugin has successfully connected to the search engine. If not, adjust as necessary.

Installation

npm install nodebb-plugin-cppnet-solr

Adjustments

The list of differences from the nodebb-plugin-solr version 5.0.0:

  • Rebuilding dialog is displayed when the user navigates back to the plugin page and the rebuilding is still going on
  • Removed unnecessary retrieval of all user entries in the database (no index is built from it anyway)
  • Batching of topic metadata collection (can fix timeout issues with the MongoDB)
  • Updated LRU-cache and solr-client dependencies to latest versions
  • Removed an error in case of an error (it tried to add to Solr after an error)
  • Improved progress reporting (added message what it is doing currently)

Keywords

FAQs

Last updated on 17 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc