Class SearchClusteringEngine

  • Direct Known Subclasses:
    CarrotClusteringEngine

    public abstract class SearchClusteringEngine
    extends ClusteringEngine
    Base class for clustering engines performing cluster analysis on search results.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • SearchClusteringEngine

        public SearchClusteringEngine()
    • Method Detail

      • getFieldsToLoad

        protected Set<String> getFieldsToLoad​(SolrQueryRequest sreq)
        Returns the set of field names to load. Concrete classes can override this method if needed. Default implementation returns null, that is, all stored fields are loaded.
        Returns:
        The set of field names to load.