Home
last modified time | relevance | path

Searched defs:SectionMetadata (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/icing/icing/schema/
H A Dsection.h56 struct SectionMetadata { struct
59 std::string path;
62 SectionId id;
65 PropertyConfigProto::DataType::Code data_type;
69 StringIndexingConfig::TokenizerType::Code tokenizer;
81 TermMatchType::Code term_match_type = TermMatchType::UNKNOWN;
112 explicit SectionMetadata( in SectionMetadata() argument
131 SectionMetadata& operator=(const SectionMetadata& other) = default; argument
134 SectionMetadata& operator=(SectionMetadata&& other) = default; argument