Pergunta

  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

Foi útil?

Solução

Solr also has a MoreLikeThis component.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top