Interface IndexAccessor

All Known Subinterfaces:
WritableIndexAccessor
All Known Implementing Classes:
LuceneIndexAccessor, OpenSearchIndexAccessor, ReadYourWritesIndexAccessor

@PublicApi public interface IndexAccessor
Provides access to an index along with some index operations
Since:
10.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns current schema of the index.
    Returns current searcher of the index.
    void
    Deletes and recreates an empty index
    void
    Calling this method forces the data mutated so far to become available for search thus by passing the default visibility mode.
    void
    Updates the index.