Skip to content
New issue

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

Expose Tantivy's MoreLikeThisQuery #257

Merged
merged 2 commits into from
May 3, 2024

Conversation

mocobeta
Copy link
Contributor

@mocobeta mocobeta commented Apr 28, 2024

#20

This adds more_like_this_query() to Query class to enable searching similar docs to a target document.
This also includes minor changes to fix/suppress clippy warnings.

Limitations

In this PR, DocumentFields type MLTQuery is not supported. I think it can be a future work.

src/query.rs Show resolved Hide resolved
src/query.rs Show resolved Hide resolved
@mocobeta
Copy link
Contributor Author

mocobeta commented May 3, 2024

Hi👋 , can I get reviews for this?

@cjrh
Copy link
Collaborator

cjrh commented May 3, 2024

@mocobeta I'll do it on the weekend. I've had a very busy week at my day job 😄

@cjrh cjrh self-requested a review May 3, 2024 08:32
@cjrh cjrh merged commit 9fafdf2 into quickwit-oss:master May 3, 2024
10 checks passed
@mocobeta mocobeta deleted the expose-mlt-query branch May 4, 2024 01:43
@mocobeta
Copy link
Contributor Author

mocobeta commented May 4, 2024

Hi @cjrh, thank you for merging this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants