Class AssertingIndexSearcher

  • All Implemented Interfaces:
    Closeable, AutoCloseable, Searchable

    public class AssertingIndexSearcher
    extends IndexSearcher
    Helper class that adds some extra checks to ensure correct usage of IndexSearcher and Weight. TODO: Extend this by more checks, that's just a start.