Class SearchServiceImpl

  • All Implemented Interfaces:
    InitializingBean, SearchService

    @Service
    public class SearchServiceImpl
    extends Object
    implements SearchService, InitializingBean
    This service is used for performing searches using free text or exact matches to items in the database.

    Implementation notes

    Internally, there are generally two kinds of searches performed, precise database searches looking for exact matches in the database and compass/lucene searches which look for matches in the stored index. To add more dependencies to this Service edit the applicationContext-search.xml
    Author:
    klc, paul, keshav