- User fill multi-field form (document) with date, time, title and description.
- Check, if similar documents are stored in Solr before document saved
- User can choose, save this document or not.
How to implement in Solr "find similar documents"?
in Lucene: FuzzyLikeThisQuery
, MoreLikeThis
?
but in Solr?
P.S. I use django-hastack