Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

irisjs-apachesolr

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irisjs-apachesolr

Apache solr search integration for the IrisJS framework

  • 1.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by600%
Maintainers
1
Weekly downloads
 
Created
Source

IrisJS.org - Apache solr search integration for the IrisJS framework

How to install

  1. Install Apache Solr.
    • See https://cwiki.apache.org/confluence/display/solr/Installing+Solr and https://cwiki.apache.org/confluence/display/solr/Running+Solr
  2. A core will be required in solr, for the purpose of these instructions we will call it 'iris'
  3. Run 'npm install irisjs-apachesolr' in your project.
  4. In your Iris site enable to the solr module at /admin/modules

Configure solr

At /admin/config/search/solr enter the connection details for you solr instance. Eg; host: 127.0.0.1 port: 8983 core: iris path: /solr

Go to /admin/config/search/solr/entities to choose which entities and fields should be indexed.

How to use

  1. Add or Update an entity
  2. Navigate to /search
  3. Search for an entity that you have added eg: For keyword search ?filter=foo or field specific searchs ?filter=fieldname:foo
  4. enjoy and help improve the search POC page

Keywords

FAQs

Package last updated on 22 Apr 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc