Searched refs:tokenizerType (Results 1 – 2 of 2) sorted by relevance
219 @AppSearchSchema.StringPropertyConfig.TokenizerType int tokenizerType) { in convertTokenizerTypeToProto()221 StringIndexingConfig.TokenizerType.Code.forNumber(tokenizerType); in convertTokenizerTypeToProto()223 throw new IllegalArgumentException("Invalid tokenizerType: " + tokenizerType); in convertTokenizerTypeToProto()
578 public StringPropertyConfig.Builder setTokenizerType(@TokenizerType int tokenizerType) { in setTokenizerType() argument580 tokenizerType, TOKENIZER_TYPE_NONE, TOKENIZER_TYPE_PLAIN, "tokenizerType"); in setTokenizerType()581 mTokenizerType = tokenizerType; in setTokenizerType()