Package org.apache.lucene.facet.encoding

Examples of org.apache.lucene.facet.encoding.SimpleIntEncoder


    assertEquals(-1, values.ints[0]);
  }
 
  @Test
  public void testSimpleInt() throws Exception {
    encoderTest(new SimpleIntEncoder(), data, data);
  }
View Full Code Here

TOP

Related Classes of org.apache.lucene.facet.encoding.SimpleIntEncoder

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.