Interface IndexWorkspace
public interface IndexWorkspace
The entry point for explicit index operations on a single index.
-
Method Details
-
mergeSegments
CompletableFuture<?> mergeSegments() -
purge
-
flush
CompletableFuture<?> flush() -
refresh
CompletableFuture<?> refresh()
-