|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.codecs.DocValuesFormat
public abstract class DocValuesFormat
Encodes/decodes DocValues
| Constructor Summary | |
|---|---|
protected |
DocValuesFormat()
Sole constructor. |
| Method Summary | |
|---|---|
abstract PerDocConsumer |
docsConsumer(PerDocWriteState state)
Consumes (writes) doc values during indexing. |
abstract PerDocProducer |
docsProducer(SegmentReadState state)
Produces (reads) doc values during reading/searching. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DocValuesFormat()
| Method Detail |
|---|
public abstract PerDocConsumer docsConsumer(PerDocWriteState state)
throws IOException
IOException
public abstract PerDocProducer docsProducer(SegmentReadState state)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||