|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.demo.facet.SimpleFacetsExample
public class SimpleFacetsExample
Shows simple usage of faceted indexing and search.
Constructor Summary | |
---|---|
SimpleFacetsExample()
Empty constructor |
Method Summary | |
---|---|
static void |
main(String[] args)
Runs the search and drill-down examples and prints the results. |
List<FacetResult> |
runDrillDown()
Runs the drill-down example. |
List<FacetResult> |
runSearch()
Runs the search example. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleFacetsExample()
Method Detail |
---|
public List<FacetResult> runSearch() throws IOException
IOException
public List<FacetResult> runDrillDown() throws IOException
IOException
public static void main(String[] args) throws Exception
Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |