Naoto MINAMI

Results 2 issues of Naoto MINAMI

https://issues.apache.org/jira/browse/SOLR-16289 # Description In SolrCloud (with enabled two-stage shard request), LTRInterleavingScoringQuery#getPickedInterleavingDocIds may be null. More details, see original JIRA ticket. # Solution Add null check. # Tests No tests are...

# What does this PR do? SentencePiece can train a model with a specified normalizer (for example `normalization_rule_name="nfkc"`). https://github.com/google/sentencepiece/blob/master/doc/normalization.md However, no normalization is done with `normalization_rule_name="identity"`, and `proto.normalizer_spec.precompiled_charsmap` in the...