org.apache.lucene.codecs.sep
Class SepDocValuesConsumer
java.lang.Object
org.apache.lucene.codecs.PerDocConsumer
org.apache.lucene.codecs.lucene40.values.DocValuesWriterBase
org.apache.lucene.codecs.sep.SepDocValuesConsumer
- All Implemented Interfaces:
- Closeable
public class SepDocValuesConsumer
- extends DocValuesWriterBase
Implementation of PerDocConsumer that uses separate files.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SepDocValuesConsumer
public SepDocValuesConsumer(PerDocWriteState state)
getDirectory
protected Directory getDirectory()
- Specified by:
getDirectory
in class DocValuesWriterBase
abort
public void abort()
- Specified by:
abort
in class PerDocConsumer
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.