Example usage for org.apache.solr.search CacheRegenerator interface-usage

List of usage examples for org.apache.solr.search CacheRegenerator interface-usage

Introduction

In this page you can find the example usage for org.apache.solr.search CacheRegenerator interface-usage.

Usage

From source file org.alfresco.solr.cache.AuthorityCacheRegenerator.java

/**
 * Cache regeneration for AUTHORITY and AUTHSET queries.
 * 
 * @author Matt Ward
 */
public class AuthorityCacheRegenerator implements CacheRegenerator {

From source file org.alfresco.solr.cache.PathCacheRegenerator.java

/**
 * {@link CacheRegenerator} for alfrescoPathCache
 * 
 * @author Matt Ward
 */
public class PathCacheRegenerator implements CacheRegenerator {

From source file org.alfresco.solr.FilterCacheRegenerator.java

/**
 * @author Andy
 *
 */
public class FilterCacheRegenerator implements CacheRegenerator {

From source file org.opencommercesearch.search.BoostCacheRegenerator.java

/**
 * Boosts are retrieved from a external source. We don't rely on the new index data so
 * we simply copy the entries from the old cache to the new one.
 *
 * Optionally, the regenerator can be configured to purge all entries when a certain
 * amount time has been exceed.