I’m looking for detailed performance characteristics of the fuzzyMatchAnyToken filter in the object set API. The documentation doesn’t specify this information. Can anyone share insights or experiences regarding its performance implications?
Detailed performance characteristics are not shared given how performance can vary based on a number of variables. Having said that, it might be useful to know that the call gets translated to an Apache Lucene query so it will share Lucene’s performance characteristics.
1 Like