Searched refs:TokenizerType (Results 1 – 4 of 4) sorted by relevance
72 StringIndexingConfig.TokenizerType in testGetProto_Email()85 StringIndexingConfig.TokenizerType in testGetProto_Email()132 StringIndexingConfig.TokenizerType in testGetProto_MusicRecording()
218 private static StringIndexingConfig.TokenizerType.Code convertTokenizerTypeToProto( in convertTokenizerTypeToProto()219 @AppSearchSchema.StringPropertyConfig.TokenizerType int tokenizerType) { in convertTokenizerTypeToProto()220 StringIndexingConfig.TokenizerType.Code tokenizerTypeProto = in convertTokenizerTypeToProto()221 StringIndexingConfig.TokenizerType.Code.forNumber(tokenizerType); in convertTokenizerTypeToProto()
488 public @interface TokenizerType {} annotation in AppSearchSchema.StringPropertyConfig521 public @TokenizerType int getTokenizerType() { in getTokenizerType()530 private @TokenizerType int mTokenizerType = TOKENIZER_TYPE_NONE;578 public StringPropertyConfig.Builder setTokenizerType(@TokenizerType int tokenizerType) { in setTokenizerType()
127 StringIndexingConfig.TokenizerType in testRewriteSchema_addType()202 … .TokenizerType in testRewriteSchema_addType()