Class LazySolrCluster

  • All Implemented Interfaces:
    SolrCluster

    public class LazySolrCluster
    extends Object
    implements SolrCluster
    Reference implementation for SolrCluster. As much as possible fetch all the values lazily because the value of anything can change any moment Creating an instance is a low cost operation. It does not result in a network call or large object creation