Searched refs:first_document_to_reindex (Results 1 – 2 of 2) sorted by relevance
3020 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() local3196 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 …]
823 DocumentId first_document_to_reindex; member835 : first_document_to_reindex(first_document_to_reindex_in), in TruncateIndexResult()