Home
last modified time | relevance | path

Searched refs:new_indexed (Results 1 – 1 of 1) sorted by relevance

/external/icing/icing/schema/
Dschema-util.cc149 const StringIndexingConfig& new_indexed) { in IsTermMatchTypeCompatible() argument
150 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() argument
157 return old_indexed.numeric_match_type() == new_indexed.numeric_match_type(); in IsIntegerNumericMatchTypeCompatible()
161 const EmbeddingIndexingConfig& new_indexed) { in IsEmbeddingIndexingCompatible() argument
163 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() argument
174 new_indexed.index_nested_properties()) { in IsDocumentIndexingCompatible()
[all …]