public class SimpleFacetsExample extends Object
Constructor and Description |
---|
SimpleFacetsExample()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Runs the search and drill-down examples and prints the results.
|
FacetResult |
runDrillDown()
Runs the drill-down example.
|
List<FacetResult> |
runDrillSideways()
Runs the drill-sideways example.
|
List<FacetResult> |
runFacetOnly()
Runs the search example.
|
List<FacetResult> |
runSearch()
Runs the search example.
|
public SimpleFacetsExample()
public List<FacetResult> runFacetOnly() throws IOException
IOException
public List<FacetResult> runSearch() throws IOException
IOException
public FacetResult runDrillDown() throws IOException
IOException
public List<FacetResult> runDrillSideways() throws IOException
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.