Personal knowledge management through a search bar. Powered by Apache Solr.
Shred all your paper notes and start searching! 🎉
- start solr;
bin/solr stop -all
bin/solr start
- indexing docs: POST to colletion;
bin/post -c <collectionName> <docs|dirs>
- search!
- remember to stop solr;
bin/solr stop -all
Potential collections (toggle-able before search):
- notes (manually written articles),
- logs (sparks, rambles, and mind farts),
- literature (other's work),
- Acknowledge Carrot2 and add its open source license. (Licenses of extensions are included under licenses/ in Solr distribution, e..g licenses/carrot2-mini-LICENSE-BSD_LIKE.txt.)