Re: confused facet example

2014-09-30 Thread Shai Erera
Thanks Yonghui, I will commit a fix - need to initialize the example class before each example is run ! Shai On Tue, Sep 30, 2014 at 1:26 PM, Yonghui Zhao wrote: > > https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_8/lucene/demo/src/java/org/apache/lucene/demo/facet/SimpleFac

confused facet example

2014-09-30 Thread Yonghui Zhao
https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_4_8/lucene/demo/src/java/org/apache/lucene/demo/facet/SimpleFacetsExample.java In SimpleFacetsExample, /** Runs the search example. */ public List runFacetOnly() throws IOException { index(); return facetsOnly(); } /*