org.eaglei.search
Interface InstitutionalSearchService

All Superinterfaces:
org.eaglei.lexical.EntityExtractionProvider, SearchProvider, SearchService, org.eaglei.lexical.SuggestionProvider

public interface InstitutionalSearchService
extends SearchService

Extension of SearchService that executes queries against a single eagle-i repository.


Method Summary
 org.eaglei.model.EIEntity getInstitution()
          eagle-i institution associated with the local installation.
 
Methods inherited from interface org.eaglei.search.provider.SearchProvider
count, init, query
 
Methods inherited from interface org.eaglei.lexical.SuggestionProvider
suggest
 
Methods inherited from interface org.eaglei.lexical.EntityExtractionProvider
match
 

Method Detail

getInstitution

org.eaglei.model.EIEntity getInstitution()
eagle-i institution associated with the local installation.

Returns:
Institution EIEntity


Copyright © 2009-2010 Eagle-I. All Rights Reserved.