Searched defs:LiteIndexOptions (Results 1 – 2 of 2) sorted by relevance
26 struct LiteIndexOptions { struct37 IcingDynamicTrie::Options lexicon_options;38 IcingDynamicTrie::Options display_mappings_options;40 std::string filename_base;41 uint32_t hit_buffer_want_merge_bytes = 0;42 uint32_t hit_buffer_size = 0;43 bool hit_buffer_sort_at_indexing = false;44 uint32_t hit_buffer_sort_threshold_bytes = 0;
72 LiteIndexOptions::LiteIndexOptions(const std::string& filename_base, in LiteIndexOptions() function in icing::lib::LiteIndexOptions