Searched refs:document_to_keep (Results 1 – 1 of 1) sorted by relevance
2196 DocumentProto document_to_keep = std::move(document_or).ValueOrDie(); in OptimizeInto() local2199 RemoveAliveBlobHandles(document_to_keep, type_blob_property_map, in OptimizeInto()2203 if (document_to_keep.internal_fields().length_in_tokens() == 0) { in OptimizeInto()2205 schema_store_, lang_segmenter, document_to_keep); in OptimizeInto()2215 std::move(document_to_keep), tokenized_document.num_string_tokens()); in OptimizeInto()2219 put_result_or = new_doc_store->InternalPut(std::move(document_to_keep)); in OptimizeInto()