You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewArgumentException("this class can only handle 2 level hierarchy (dim/value); got: "+Arrays.ToString(components)+" "+spare.Utf8ToString());
82
+
// LUCENENET specific - use Utf8ToStringWithFallback() to handle invalid UTF-8 bytes
83
+
thrownewArgumentException("this class can only handle 2 level hierarchy (dim/value); got: "+Arrays.ToString(components)+" "+spare.Utf8ToStringWithFallback());
"Score based on join value "+_termsEnum.Term.Utf8ToString());
317
+
"Score based on join value "+_termsEnum.Term.Utf8ToStringWithFallback());// LUCENENET specific - use Utf8ToStringWithFallback() to handle invalid UTF-8 bytes
0 commit comments