Interface SystemClauseHandlerFactory

All Known Implementing Classes:
DefaultSystemClauseHandlerFactory

public interface SystemClauseHandlerFactory
Provides access to System clause handlers, through SearchHandler.SearcherRegistration's for clauses that do not have associated system fields and searchers.
Since:
v4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Will return a collection of SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.
  • Method Details

    • getSystemClauseSearchHandlers

      Collection<SearchHandler> getSystemClauseSearchHandlers()
      Will return a collection of SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.
      Returns:
      SearchHandlers that represent the system clause search handlers that are not associated with a field or a searcher.