I am a newb coder in a startup and I am implementing search of documents in a directory in a web host.
I am comparing Lucene/Solr, Whoosh, Sphinx and Xapian. Whoosh is natively python. But I want your opinions on it too. Which of these have
- mature and easy to use and install interfaces with python? (Whoosh is a no-brainer)
- no chance for crashes, bottlenecks and other failures
- best documented interface (Im not reading PHP docs because python docs were sparse)
- easiest to get up and running (only one has a quick-start tutorial)