Class DrillSideways.DrillSidewaysResult

    • Field Detail

      • facets

        public final Facets facets
        Combined drill down and sideways results.
      • hits

        public final TopDocs hits
        Hits.
      • drillDownFacetsCollector

        public final FacetsCollector drillDownFacetsCollector
        FacetsCollector populated based on hits that match the full DrillDownQuery, treating all drill down dimensions as required clauses. Useful for advanced use-cases that want to compute Facets results separate from the provided Facets in this result.
      • drillSidewaysFacetsCollector

        public final FacetsCollector[] drillSidewaysFacetsCollector
        FacetsCollectors populated for each drill sideways dimension. Each collector exposes the hits that match on all DrillDownQuery dimensions, but treating their corresponding sideways dimension as optional. This array provides a FacetsCollector for each drill down dimension present in the original DrillDownQuery, and the associated dimension for each FacetsCollector can be determined using the parallel drillSidewaysDims array. Useful for advanced use-cases that want to compute Facets results separate from the provided Facets in this result.