You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should implement a class that creates a ConcatenatedDocumentCollection from a manifest file listing BitFunnel chunks. This will allow us to build the index in pieces. Orignally, we had though that we would have to build one collection for the entire index.
This new class will be passed to the IndexBuilder command line, the same way we pass ChunkDocumentSequence today.
The text was updated successfully, but these errors were encountered:
We should implement a class that creates a ConcatenatedDocumentCollection from a manifest file listing BitFunnel chunks. This will allow us to build the index in pieces. Orignally, we had though that we would have to build one collection for the entire index.
This new class will be passed to the IndexBuilder command line, the same way we pass ChunkDocumentSequence today.
The text was updated successfully, but these errors were encountered: