Class MCRSolrIndexStatistic

java.lang.Object
org.mycore.solr.index.statistic.MCRSolrIndexStatistic

public class MCRSolrIndexStatistic extends Object
Author:
Thomas Scheffler (yagee)
  • Constructor Details

    • MCRSolrIndexStatistic

      public MCRSolrIndexStatistic(String name)
  • Method Details

    • addTime

      public long addTime(long time)
    • addDocument

      public int addDocument(int docs)
    • getAccumulatedTime

      public long getAccumulatedTime()
    • getDocuments

      public int getDocuments()
    • reset

      public double reset()
      resets statistic and returns average time in ms per document.