Closed ashutoshrishi closed 5 years ago
Could you please add the elastic documentation link to the source code above the modified fuzziness type?
Please add yourself to the changelog as well.
@bitemyapp I added your requested changes, only documentation changes, but the tests failed this time (they passed on my fork).
Two of the travis runs timed out for some reason, I cannot restart it from here without another push.
I bumped the tests.
Thanks! The checks passed, have I added the documentation in the right places?
@bitemyapp is this good to merge?
@ashutoshrishi Thank you!
This enables a "fuzziness" option for a Match Query: https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#fuzziness
MatchQuery
has a new fieldmatchQueryFuzziness
to add a "fuzziness" valueFuzziness
value can be also created with an empty constructor FuzzinessAuto which sets fuzziness to a string value of "AUTO"I added a test for a fuzzy match query which works, but I am having trouble fixing some quick check JSON isomorphic tests. I have little experience with quick check and it
seems random properties failNever mind, it's all green here.Resolves #240