We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Duplicate of #799
Sorry, something went wrong.
Is this issue still open ?
ah no it has been implemented
evanxg852000
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: