org.apache.lucene.codecs.compressing
Class CompressingStoredFieldsIndexReader

java.lang.Object
  extended by org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexReader
All Implemented Interfaces:
Cloneable

public final class CompressingStoredFieldsIndexReader
extends Object
implements Cloneable

Random-access reader for CompressingStoredFieldsIndexWriter.

NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.

Method Summary
 CompressingStoredFieldsIndexReader clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

public CompressingStoredFieldsIndexReader clone()
Overrides:
clone in class Object


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