fix case in javadoc of the query fuzzy_like_this_field

This commit is contained in:
Nicolas Lalevée 2012-03-29 11:38:40 +02:00 committed by Shay Banon
parent 9d728fb448
commit beb9472f27
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import static org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQu
/**
* <pre>
* {
* fuzzy_like_This_field : {
* fuzzy_like_this_field : {
* field1 : {
* maxNumTerms : 12,
* boost : 1.1,