Examples of Lucene40Codec


Examples of org.apache.lucene.codecs.lucene40.Lucene40Codec

*/
@Deprecated
public class AppendingCodec extends FilterCodec {

  public AppendingCodec() {
    super("Appending", new Lucene40Codec());
  }
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.