Examples of SampleIndexGenerator


Examples of net.sf.katta.tool.SampleIndexGenerator

  @Override
  protected void afterClusterStart() throws Exception {
    _indexWithOneShard = new File("build/testdir/oneShardedIndex");
    FileUtil.deleteFolder(_indexWithOneShard);
    SampleIndexGenerator sampleIndexGenerator = new SampleIndexGenerator();
    sampleIndexGenerator.createIndex(new String[] { "a", "b", "c" }, _indexWithOneShard.getAbsolutePath(), 2, 3);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.