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

updated (m)termvectors api specs to reflect #7530 #8868

Closed
wants to merge 1 commit into from
Closed

updated (m)termvectors api specs to reflect #7530 #8868

wants to merge 1 commit into from

Conversation

Mpdreamz
Copy link
Member

#7530 introduced an option to specify doc instead of id this change was not included in the rest spec.

mtermvectors listed id as part but its not a part of the url.

Will open a separate PR against 1.4 branch which does not have the dfs feature introduced here: #8144

@alexksikes please correct me if I misunderstood the new feature.

"path" : "/{index}/{type}/{id}/_termvectors",
"paths" : ["/{index}/{type}/{id}/_termvectors"],
"path" : "/{index}/{type}/_termvector",
"paths" : ["/{index}/{type}/_termvector", "/{index}/{type}/{id}/_termvector"],
"parts" : {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be _termvectors

@alexksikes
Copy link
Contributor

Left one comment, LGTM.

@alexksikes alexksikes removed the review label Dec 12, 2014
@alexksikes
Copy link
Contributor

LGTM

@Mpdreamz
Copy link
Member Author

closing this as bb6e539 made it in master

@Mpdreamz Mpdreamz closed this Dec 12, 2014
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.

None yet

2 participants