tantivy icon indicating copy to clipboard operation
tantivy copied to clipboard

More Documents like this

Open syrusakbary opened this issue 4 years ago • 1 comments

It would be great to have a "MoreLikeThis" feature in Tantivy. An efficient, effective "more-like-this" query generator would be a great contribution.

Elasticsearch and Lucene both support it: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-mlt-query.html https://lucene.apache.org/core/7_2_0/queries/org/apache/lucene/queries/mlt/MoreLikeThis.html

Note: this came up when trying to add support for Tantivy in Django-Haystack

If it's helpful, here's how Whoosh (pure search engine implemented in Python) is doing it: https://github.com/mchaput/whoosh/blob/main/src/whoosh/searching.py#L543-L585

syrusakbary avatar Apr 17 '21 00:04 syrusakbary

Duplicate of #799

fulmicoton avatar Apr 27 '21 07:04 fulmicoton

Is this issue still open ?

mtlmacedo avatar Mar 16 '23 00:03 mtlmacedo

ah no it has been implemented

fulmicoton avatar Mar 16 '23 01:03 fulmicoton