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 Set<Metric>SolrJSONResultSet. getMetrics(Map<String,Object> metrics)Map<String,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 Set<Metric>GenericBucket. getMetrics()Constructor parameters in org.alfresco.repo.search.impl.solr.facet.facetsresponse with type arguments of type Metric Constructor Description GenericBucket(String label, String filterQuery, Object display, Set<Metric> metrics, List<GenericFacetResponse> facets)GenericBucket(String label, String filterQuery, Object display, Set<Metric> metrics, List<GenericFacetResponse> facets, Map<String,String> bucketInfo)
-