org.apache.lucene.codecs.lucene42
Class Lucene42FieldInfosWriter

java.lang.Object
  extended by org.apache.lucene.codecs.FieldInfosWriter
      extended by org.apache.lucene.codecs.lucene42.Lucene42FieldInfosWriter

Deprecated.

@Deprecated
public final class Lucene42FieldInfosWriter
extends FieldInfosWriter

Lucene 4.2 FieldInfos writer.

See Also:
Lucene42FieldInfosFormat
WARNING: This API is experimental and might change in incompatible ways in the next release.

Constructor Summary
Lucene42FieldInfosWriter()
          Deprecated. Sole constructor.
 
Method Summary
 void write(Directory directory, String segmentName, String segmentSuffix, FieldInfos infos, IOContext context)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lucene42FieldInfosWriter

public Lucene42FieldInfosWriter()
Deprecated. 
Sole constructor.

Method Detail

write

public void write(Directory directory,
                  String segmentName,
                  String segmentSuffix,
                  FieldInfos infos,
                  IOContext context)
           throws IOException
Deprecated. 
Specified by:
write in class FieldInfosWriter
Throws:
IOException


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.