문제

  1. User fill multi-field form (document) with date, time, title and description.
  2. Check, if similar documents are stored in Solr before document saved
  3. 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

도움이 되었습니까?

해결책

Solr also has a MoreLikeThis component.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top