Class SearchQueryFacetsPerfSpec

    • Field Detail

      • SINGLE_VALUED_FACET_PROPERTY_PREFIX

        protected static final java.lang.String SINGLE_VALUED_FACET_PROPERTY_PREFIX
        See Also:
        Constant Field Values
      • SINGLE_VALUED_FACET_COUNT

        protected static final int SINGLE_VALUED_FACET_COUNT
        See Also:
        Constant Field Values
      • MULTI_VALUED_FACET_PROPERTY_PREFIX

        protected static final java.lang.String MULTI_VALUED_FACET_PROPERTY_PREFIX
        See Also:
        Constant Field Values
      • MULTI_VALUED_FACET_COUNT

        protected static final int MULTI_VALUED_FACET_COUNT
        See Also:
        Constant Field Values
      • MULTI_VALUED_FACET_VALUE_COUNT

        protected static final int MULTI_VALUED_FACET_VALUE_COUNT
        See Also:
        Constant Field Values
      • FACET_DISTINCT_VALUE_COUNT

        protected static final int FACET_DISTINCT_VALUE_COUNT
        See Also:
        Constant Field Values
      • GROUP_PROPERTY_PREFIX

        protected static final java.lang.String GROUP_PROPERTY_PREFIX
        See Also:
        Constant Field Values
      • GROUP_DISTINCT_VALUE_COUNT

        protected static final int GROUP_DISTINCT_VALUE_COUNT
      • SEARCH_DURATION_MILLIS

        protected static final int SEARCH_DURATION_MILLIS
        See Also:
        Constant Field Values
    • Constructor Detail

      • SearchQueryFacetsPerfSpec

        public SearchQueryFacetsPerfSpec()
    • Method Detail

      • searchQueryFacetsPerfTest

        public void searchQueryFacetsPerfTest()
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createProperties

        protected void createProperties()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • buildSearchQueryFacets

        protected java.util.List<FacetField> buildSearchQueryFacets()
      • executeSearchQuery

        protected SearchResult executeSearchQuery​(java.util.List<FacetField> facets)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception