MB-62182: Implement File transfer APIs#2279
Merged
Thejas-bhat merged 5 commits intomasterfrom Mar 27, 2026
Merged
Conversation
c7a94a6 to
59a66df
Compare
925464a to
54194a5
Compare
e2edbd2 to
5cd9550
Compare
54194a5 to
c2f453f
Compare
5cd9550 to
90c6ef9
Compare
7b26819 to
f1d12c4
Compare
90c6ef9 to
16fb63f
Compare
f1d12c4 to
c9bdf24
Compare
74072d3 to
ce43814
Compare
c9bdf24 to
5325a8f
Compare
be7a3f5 to
87daec7
Compare
87daec7 to
8644a39
Compare
8644a39 to
de31a6a
Compare
8ad6a31 to
b0c71ba
Compare
f3545e0 to
443ce94
Compare
6f7dab6 to
41a1adc
Compare
d526196 to
02394a9
Compare
41a1adc to
5cbda1b
Compare
f4bae39 to
53a1ad0
Compare
Member
|
@Thejas-bhat this requires rebase and conflict resolution, also address any outstanding comments would you. |
5cbda1b to
763472e
Compare
abhinavdangeti
previously approved these changes
Mar 27, 2026
763472e to
7ac845f
Compare
abhinavdangeti
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IndexDirectoryinterface which maintains a reference to the destination bleve index.srcIndex.CopyFile(index.TrainedIndexFileName, directory)is invoked, it internally fetches the writer on the destination usingdirectory.GetWriter()io.Copy()of the specific file and currently this is focused only for trained index file.directory.SetPathInBolt(fileName, filePath). This is mandatory since bolt is reflective of the on-disk information.