I want to make a document search using python. Solr was no-go as Java hosting was a constraint.
So whoosh seems the obvious option. But it seems not to natively index doc or pdf files (as Solr can). What is the way to make it deirectly index these files?