https://github.com/toastdriven/lilrocket
A Solr-alike for Whoosh.
https://github.com/toastdriven/lilrocket
Last synced: 10 months ago
JSON representation
A Solr-alike for Whoosh.
- Host: GitHub
- URL: https://github.com/toastdriven/lilrocket
- Owner: toastdriven
- License: bsd-3-clause
- Created: 2009-09-09T17:19:59.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-09-09T17:22:34.000Z (over 16 years ago)
- Last Synced: 2025-07-01T21:13:37.625Z (11 months ago)
- Language: Python
- Homepage:
- Size: 207 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
=========
lilrocket
=========
What is LilRocket?
==================
LilRocket is a standalone search webservice for Whoosh. It's roughly analagous
to the relationship between Solr & Lucene. LilRocket makes it easier for
multiple machines to share the same index and multiple processes to run at the
same time without fear of damaging the index or locked indexes.
How do I use LilRocket?
=======================
LilRocket runs as a standard process (not a daemon). You launch it by running::
lilrocket.py
Optionally, if you want to override the default configuration, you should
provide a JSON configuration file like so::
lilrocket.py [/path/to/lilrocket.json]