Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/index/lite/
H A Dlite-index-options.h26 struct LiteIndexOptions { struct
37 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;
H A Dlite-index-options.cc72 LiteIndexOptions::LiteIndexOptions(const std::string& filename_base, in LiteIndexOptions() function in icing::lib::LiteIndexOptions