Examples of Siren10VIntPostingsFormat


Examples of org.sindice.siren.index.codecs.siren10.Siren10VIntPostingsFormat

    final int blockSize = this.newRandomBlockSize();
    final int i = random.nextInt(2);
    switch (i) {

      case 0:
        return new Siren10VIntPostingsFormat(blockSize);

      case 1:
        return new Siren10AForPostingsFormat(blockSize);

      default:
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.