Skip to content

manjufy/nodejs-solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs-solr

Install Solr

Install solr and start it locally

Create a Core

Configure Schema

Configure Solr Client

In index.js

const client = new SolrNode({
    host: '127.0.0.1',
    port: '8983',
    core: 'YourCoreName',
    protocol: 'http'
});

About

Node.JS Solr Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors