Fixing typo

This commit is contained in:
Jason O'Donnell 2015-10-26 16:42:45 -04:00
parent 3146cd21e2
commit 05d5d9bd12
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ Also reusing new Operator enum.
Removed `MoreLikeThisQueryBuilder.Item#id(String id)`, `Item#doc(BytesReference doc)`,
`Item#doc(XContentBuilder doc)`. Use provided constructors instead.
Removed `MoreLikeThisQueryBuilder#addLike` in favor of texts and/or items beeing provided
Removed `MoreLikeThisQueryBuilder#addLike` in favor of texts and/or items being provided
at construction time. Using arrays there instead of lists now.
Removed `MoreLikeThisQueryBuilder#addUnlike` in favor to using the `unlike` methods