Package com.google.appengine.api.search
Class AdminSearchServiceFactory
java.lang.Object
com.google.appengine.api.search.AdminSearchServiceFactory
Builds
SearchService
instances that are pinned to a specific application and namespace
regardless of the "current" appId provided by ApiProxy.getCurrentEnvironment().getAppId()
and the "current" namespace provided by NamespaceManager.get()
.
Note: users should not access this class directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSearchService
(String appId, SearchServiceConfig config) Returns aSearchService
that is pinned to a specific application and namespace.
-
Constructor Details
-
AdminSearchServiceFactory
public AdminSearchServiceFactory()
-
-
Method Details
-
getSearchService
Returns aSearchService
that is pinned to a specific application and namespace. This implementation ignores the "current" appId provided byApiProxy.getCurrentEnvironment().getAppId()
and the "current" namespace provided byNamespaceManager.get()
.
-