1

I have several thousand texts in elasticsearch which I have to compare with text segments and detect plagiarism (complete coincidence). I plan to take several large segments from different parts of the checked texts and find them in documents loaded into elasticsearch. I am trying to find a better way in elasticsearch.

Kadimon
  • 27
  • 1
  • 5
  • The [More Like This](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html) query might be useful – Nate Jul 02 '20 at 19:00
  • There is a similarity module: https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules-similarity.html – IanGabes Jul 02 '20 at 21:38

0 Answers0