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

Switch to using the multi-termvectors API #7014

Merged
merged 1 commit into from Aug 21, 2014

Commits on Aug 21, 2014

  1. More Like This Query: Switch to using the multi-termvectors API

    The term vector API can now generate term vectors on the fly, if the terms are
    not already stored in the index. This commit exploits this new functionality
    for the MLT query. Now the terms are directly retrieved using multi-
    termvectors API, instead of generating them from the texts retrieved using the
    multi-get API.
    
    Closes elastic#7014
    alexksikes committed Aug 21, 2014
    Copy the full SHA
    f1a6b4e View commit details
    Browse the repository at this point in the history