Package org.apache.lucene.facet.example.multiCL

Examples of org.apache.lucene.facet.example.multiCL.MultiCLMain


*/
public class TestMultiCLExample extends LuceneTestCase {

  @Test
  public void testMulti() throws Exception {
    ExampleResult res = new MultiCLMain().runSample();
    assertCorrectMultiResults(res);
  }
View Full Code Here

TOP

Related Classes of org.apache.lucene.facet.example.multiCL.MultiCLMain

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.