Home
last modified time | relevance | path

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

/external/icing/icing/index/lite/
Dlite-index-options.cc74 bool hit_buffer_sort_at_indexing, in LiteIndexOptions() argument
78 hit_buffer_sort_at_indexing(hit_buffer_sort_at_indexing), in LiteIndexOptions()
Dlite-index-options.h34 bool hit_buffer_sort_at_indexing,
43 bool hit_buffer_sort_at_indexing = false; member
Dlite-index.cc478 if (options_.hit_buffer_sort_at_indexing) { in FetchHits()
519 if (options_.hit_buffer_sort_at_indexing) { in FetchHits()
Dlite-index.h408 (!options_.hit_buffer_sort_at_indexing && in NeedSortAtQuerying()