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
IOExceptionpublic List<FacetResult> runSearch() throws IOException
IOExceptionpublic FacetResult runDrillDown() throws IOException
IOExceptionpublic List<FacetResult> runDrillSideways() throws IOException
IOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.