add missing javadoc

This commit is contained in:
Mike McCandless 2017-02-18 08:31:26 -05:00
parent 2b4a1646ee
commit 68d488431d
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ public class RangeFacetsExample implements Closeable {
return searcher.search(q, 10); return searcher.search(q, 10);
} }
/** User drills down on the specified range, and also computes drill sideways counts. */
public DrillSideways.DrillSidewaysResult drillSideways(LongRange range) throws IOException { public DrillSideways.DrillSidewaysResult drillSideways(LongRange range) throws IOException {
// Passing no baseQuery means we drill down on all // Passing no baseQuery means we drill down on all
// documents ("browse only"): // documents ("browse only"):