Example #1
0
 /** Used by clone() */
 DrillDownQuery(FacetIndexingParams fip, BooleanQuery query, Map<String, Integer> drillDownDims) {
   this.fip = fip;
   this.query = query.clone();
   this.drillDownDims.putAll(drillDownDims);
 }