Elasticsearch - Score for a document pair

Hello,

Is there a way to find out the similarity between the two documents?

For example,

I have document A and document B in JSON format.

I will select some parameters from the documents for calculating the match score.

I will not register the documents.

I need to find out the match score between document A and document B.

Please let me know if this is possible.

Thanks in advance.

Elasticsearch is a search engine, and this seems completely unrelated. I would recommend creating a script to calculate the similarity you are looking for.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.