org.eaglei.search
Interface CentralSearchService

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

public interface CentralSearchService
extends SearchService

Extension of SearchService that executes queries against a federation of eagle-i repositories.


Method Summary
 java.util.List<org.eaglei.model.EIEntity> getInstitutions()
          List of eagle-i institutions currently registered with the central search server.
 
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

getInstitutions

java.util.List<org.eaglei.model.EIEntity> getInstitutions()
List of eagle-i institutions currently registered with the central search server.

Returns:
list of institution EIEntity


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