Uses of Interface
org.alfresco.repo.search.impl.solr.facet.facetsresponse.Metric
-
Packages that use Metric Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.solr.facet.facetsresponse -
-
Uses of Metric in org.alfresco.repo.search.impl.lucene
Methods in org.alfresco.repo.search.impl.lucene that return types with arguments of type Metric Modifier and Type Method Description protected java.util.Set<Metric>SolrJSONResultSet. getMetrics(java.util.Map<java.lang.String,java.lang.Object> metrics)java.util.Map<java.lang.String,java.util.Set<Metric>>SolrJSONResultSet. getStats() -
Uses of Metric in org.alfresco.repo.search.impl.solr.facet.facetsresponse
Classes in org.alfresco.repo.search.impl.solr.facet.facetsresponse that implement Metric Modifier and Type Class Description classListMetricA metric with one valueclassPercentileMetricA metric with one valueclassSimpleMetricA metric with one valueMethods in org.alfresco.repo.search.impl.solr.facet.facetsresponse that return types with arguments of type Metric Modifier and Type Method Description java.util.Set<Metric>GenericBucket. getMetrics()Constructor parameters in org.alfresco.repo.search.impl.solr.facet.facetsresponse with type arguments of type Metric Constructor Description GenericBucket(java.lang.String label, java.lang.String filterQuery, java.lang.Object display, java.util.Set<Metric> metrics, java.util.List<GenericFacetResponse> facets)GenericBucket(java.lang.String label, java.lang.String filterQuery, java.lang.Object display, java.util.Set<Metric> metrics, java.util.List<GenericFacetResponse> facets, java.util.Map<java.lang.String,java.lang.String> bucketInfo)
-