Class SearchModule

java.lang.Object
com.erudika.para.server.search.SearchModule

@Configuration public class SearchModule extends Object
The default search module.
Author:
Alex Bogdanovski [[email protected]]
  • Constructor Summary

    Constructors
    Constructor
    Description
    No-args constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.erudika.para.core.search.Search
    getSearch(com.erudika.para.core.persistence.DAO dao)
    Returns the search implementation.

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SearchModule

      public SearchModule()
      No-args constructor.
  • Method Details

    • getSearch

      @Bean public com.erudika.para.core.search.Search getSearch(com.erudika.para.core.persistence.DAO dao)
      Returns the search implementation.
      Parameters:
      dao - DAO
      Returns:
      the search