Interface TemporaryIndexProvider.IndexSearcher<T>

Enclosing interface:
TemporaryIndexProvider

public static interface TemporaryIndexProvider.IndexSearcher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    search(SearchProvider searchProvider)
    Computes a result, or throws an exception if unable to do so.
  • Method Details

    • search

      T search(SearchProvider searchProvider) throws SearchException
      Computes a result, or throws an exception if unable to do so.
      Returns:
      computed result
      Throws:
      SearchException - if unable to compute a result of the search