Package org.apache.lucene.demo.facet
Class SandboxFacetsExample
java.lang.Object
org.apache.lucene.demo.facet.SandboxFacetsExample
Demo for sandbox faceting.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Runs the search and drill-down examples and prints the results.Runs the drill-down example.Runs the drill-sideways example.Runs the search example.Runs the example of collecting long aggregations for non overlapping range facets.Runs the example of non overlapping range facetsRuns the example of overlapping range facetsRuns the search example.Runs the simple drill sideways example.Runs the simple search example.
-
Method Details
-
runSimpleFacetsWithSearch
Runs the simple search example.- Throws:
IOException
-
runSimpleFacetsWithDrillSideways
Runs the simple drill sideways example.- Throws:
IOException
-
runFacetOnly
Runs the search example.- Throws:
IOException
-
runSearch
Runs the search example.- Throws:
IOException
-
runDrillDown
Runs the drill-down example.- Throws:
IOException
-
runDrillSideways
Runs the drill-sideways example.- Throws:
IOException
-
runNonOverlappingRangesCountFacetsOnly
Runs the example of non overlapping range facets- Throws:
IOException
-
runOverlappingRangesCountFacetsOnly
Runs the example of overlapping range facets- Throws:
IOException
-
runNonOverlappingRangesAggregationFacets
Runs the example of collecting long aggregations for non overlapping range facets.- Throws:
IOException
-
main
Runs the search and drill-down examples and prints the results.- Throws:
Exception
-