Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugenehp/browsolr
Multiple Solr Core Managers Functional Prototype
https://github.com/eugenehp/browsolr
Last synced: about 2 months ago
JSON representation
Multiple Solr Core Managers Functional Prototype
- Host: GitHub
- URL: https://github.com/eugenehp/browsolr
- Owner: eugenehp
- License: bsd-3-clause
- Created: 2013-11-11T15:36:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-14T09:20:07.000Z (about 10 years ago)
- Last Synced: 2023-04-10T05:52:15.115Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BROWSOLR
=========
Multiple Solr Core Managers Functional PrototypeRequirements
-------
[http://nodejs.org/](Node.js) required to build the solution.[http://lucene.apache.org/solr](Solr) required to run the solution. No [http://nodejs.org/](node.js) required to run the solution.
Documentation
-------
Documentation is in progress at the moment.
Please consult to `browsolr/node_modules/solr-client/lib/*.js` files.Usage
-------
[http://www.youtube.com/watch?v=-5Nbppl_D_g](http://www.youtube.com/watch?v=-5Nbppl_D_g)Use `make` command to install and run everything. For more details consult to `Makefile`.
Don't forget to install [http://lucene.apache.org/solr/4_5_1/tutorial.html](solr) first.
Roadmap
-------
* Build multicore manager.
* Build examples.
* More test coverage.License
-------
browsolr is released under the 3-clause BSDThanks
-------
[http://lbdremy.github.io/solr-node-client/](Solr-node-client) used as a core.[http://browserify.org/](Browserify) used to make node.js libraries available in browser.