Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine.cc3020 if (truncate_result.first_document_to_reindex > last_stored_document_id) { in RestoreIndexIfNeeded()
3041 << truncate_result.first_document_to_reindex in RestoreIndexIfNeeded()
3044 for (DocumentId document_id = truncate_result.first_document_to_reindex; in RestoreIndexIfNeeded()
3177 DocumentId first_document_to_reindex = in TruncateIndicesTo() local
3196 first_document_to_reindex = std::min( in TruncateIndicesTo()
3197 first_document_to_reindex, integer_index_last_added_document_id + 1); in TruncateIndicesTo()
3199 first_document_to_reindex = kMinDocumentId; in TruncateIndicesTo()
3211 first_document_to_reindex = kMinDocumentId; in TruncateIndicesTo()
3228 first_document_to_reindex = in TruncateIndicesTo()
3229 std::min(first_document_to_reindex, in TruncateIndicesTo()
[all …]
H A Dicing-search-engine.h823 DocumentId first_document_to_reindex; member
835 : first_document_to_reindex(first_document_to_reindex_in), in TruncateIndexResult()