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

More consistent naming for term vector[s] #8484

Closed

Commits on Nov 14, 2014

  1. Term Vectors: More consistent naming for term vector[s]

    We speak of the term vectors of a document, where each field has an associated
    stored term vector. Since by default we are requesting all the term vectors of
    a document, the HTTP request endpoint should rather be called `_termvectors`
    instead of `_termvector`. The usage of `_termvector` is now deprecated, as
    well as the transport client call to termVector and prepareTermVector.
    alexksikes committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    863bd50 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2014

  1. Configuration menu
    Copy the full SHA
    f209191 View commit details
    Browse the repository at this point in the history