Package com.google.api.explorer.client.search

Examples of com.google.api.explorer.client.search.DirectoryIndexingStrategy


    // capability is too slow and will be left disabled.
    if (GWT.isScript()) {
      SearchManager searchManager = new SearchManager(serviceLoader,
          searchIndex,
          new DiscoveryFullTextIndexingStrategy(),
          new DirectoryIndexingStrategy(),
          new HistoryItemIndexingStrategy(),
          ImmutableList.of(fullView, historyManager));
      serviceLoader.delegate = searchManager;
      historyCache.observer = searchManager;
    }
View Full Code Here

TOP

Related Classes of com.google.api.explorer.client.search.DirectoryIndexingStrategy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.