A simple search API server that will be used for the sentry docs.
10K+
A simple search API server that will be used for the sentry docs.
To run rigidsearch locally:
mkvirtualenv rigidsearch
pip install —e .
rigidsearch devserver
If you want to test searching on the sentry docs content, you need to send that content to your local rigidsearch server.
Have your rigidsearch server running (rigidsearch devserver)
In sentry-docs export the RIGIDSEARCH_SERVER and RIGIDSEARCH_SECRET
export RIGIDSEARCH_SERVER='http://127.0.0.1:5001/
export RIGIDSEARCH_SECRET='supersecretnotreallythough'
In sentry-docs upload the index ./bin/upload-search-index - you should see the files being updated/index.
Then within rigidsearch you should be able to search either using the browser, or cli.
http://localhost:5001/api/search?q=javascript&page=1§ion=hosted
rigidsearch search --section=hosted javascript
RigidSearch uses Whoosh for the search engine.
Content type
Image
Digest
Size
345.4 MB
Last updated
about 8 years ago
docker pull getsentry/rigidsearch