How do I get a similarity measure of a document using Whoosh?
I want to create a "Related" feature that ranks other previously indexed documents that have a high similarity to a document.
Do I input the document as a long query string? Do I add the document to the index and extract a similarity query result somehow from there?
Thanks