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