Table of Contents

Interface IDrillDownQueryDimensions

Namespace
Examine.Search
Assembly
Examine.Core.dll

Drill-down Query Dimensions

public interface IDrillDownQueryDimensions

Methods

AddDimension(string, params string[])

Adds one dimension of drill-downs. Repeated dimensions are OR'd with the previous contraints for the dimension. All demensions are AND'd againt each other and the base query.

IDrillDownQueryDimensions AddDimension(string dimensionName, params string[] paths)

Parameters

dimensionName string

Dimension Name

paths string[]

Facet Category Paths

Returns

IDrillDownQueryDimensions