Searched refs:indexingType (Results 1 – 2 of 2) sorted by relevance
187 @AppSearchSchema.StringPropertyConfig.IndexingType int indexingType) { in convertTermMatchTypeToProto()188 switch (indexingType) { in convertTermMatchTypeToProto()196 throw new IllegalArgumentException("Invalid indexingType: " + indexingType); in convertTermMatchTypeToProto()
559 public StringPropertyConfig.Builder setIndexingType(@IndexingType int indexingType) { in setIndexingType() argument561 indexingType, INDEXING_TYPE_NONE, INDEXING_TYPE_PREFIXES, "indexingType"); in setIndexingType()562 mIndexingType = indexingType; in setIndexingType()