Class SearchServiceImpl

java.lang.Object
ubic.gemma.core.search.SearchServiceImpl
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, SearchService

@Service public class SearchServiceImpl extends Object implements SearchService, org.springframework.beans.factory.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