public interface ISearchServiceFactory
SearchService
.Modifier and Type | Method and Description |
---|---|
SearchService |
getSearchService(java.lang.String namespace)
Returns an instance of the
SearchService . |
SearchService getSearchService(java.lang.String namespace)
SearchService
. The instance
will exist in the user provided namespace. The namespace must be
valid, as per NamespaceManager#validateNamespace(String)
method.namespace
- a namespace to be assigned to the returned
search service.SearchService
.java.lang.IllegalArgumentException
- if the namespace is invalid