subbudvk
subbudvk
> According to the docs, https://opensearch.org/docs/latest/opensearch/query-dsl/full-text/#run-fuzzy-queries, valid input is AUTO, 0, 1, 2, or some other positive integer. In https://github.com/opensearch-project/OpenSearch/blob/10bff0c9f5b9ca78b3dc50f5c704dabf41b9d535/server/src/main/java/org/opensearch/common/unit/Fuzziness.java, it looks like we are not checking for that valid...
I have written tests for this. But I see some of the existing tests like _testNumerics()_ try to assert double fuzziness values like "1.000" which will fail after the current...
@mikesamuel
@mikesamuel @jmanico : Can you kindly clarify please?
@mikesamuel @jmanico : Can you kindly clarify please?
@mikesamuel
@mikesamuel
@jfbyers Can you pl provide a test case, where with a minimal policy, post sanitization, the vector is not sanitized?
@mikesamuel : Can you kindly release a new version at least with whatever changes that are already merged to master?
> > +1 to @subbudvk just get any new version out there that gets rid of Guava. > > Done Thanks @mikesamuel ! Appreciate your contribution to the open source...