Package com.google.appengine.api.search
Class AdminSearchServiceFactory
- java.lang.Object
-
- com.google.appengine.api.search.AdminSearchServiceFactory
-
public final class AdminSearchServiceFactory extends Object
BuildsSearchServiceinstances that are pinned to a specific application and namespace regardless of the "current" appId provided byApiProxy.getCurrentEnvironment().getAppId()and the "current" namespace provided byNamespaceManager.get().Note: users should not access this class directly.
-
-
Constructor Summary
Constructors Constructor Description AdminSearchServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchServicegetSearchService(String appId, SearchServiceConfig config)Returns aSearchServicethat is pinned to a specific application and namespace.
-
-
-
Method Detail
-
getSearchService
public SearchService getSearchService(String appId, SearchServiceConfig config)
Returns aSearchServicethat 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().
-
-