Searched refs:new_indexed (Results 1 – 1 of 1) sorted by relevance
149 const StringIndexingConfig& new_indexed) { in IsTermMatchTypeCompatible() argument150 return old_indexed.term_match_type() == new_indexed.term_match_type() && in IsTermMatchTypeCompatible()151 old_indexed.tokenizer_type() == new_indexed.tokenizer_type(); in IsTermMatchTypeCompatible()156 const IntegerIndexingConfig& new_indexed) { in IsIntegerNumericMatchTypeCompatible() argument157 return old_indexed.numeric_match_type() == new_indexed.numeric_match_type(); in IsIntegerNumericMatchTypeCompatible()161 const EmbeddingIndexingConfig& new_indexed) { in IsEmbeddingIndexingCompatible() argument163 new_indexed.embedding_indexing_type() && in IsEmbeddingIndexingCompatible()164 old_indexed.quantization_type() == new_indexed.quantization_type(); in IsEmbeddingIndexingCompatible()168 const DocumentIndexingConfig& new_indexed) { in IsDocumentIndexingCompatible() argument174 new_indexed.index_nested_properties()) { in IsDocumentIndexingCompatible()[all …]