Interface FilterIndexInputAccess


public interface FilterIndexInputAccess
Access to FilterIndexInput internals exposed to the test framework.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds the given test FilterIndexInput class.
  • Method Details

    • addTestFilterType

      void addTestFilterType(Class<? extends FilterIndexInput> cls)
      Adds the given test FilterIndexInput class.