|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PerDocWriteState | |
---|---|
org.apache.lucene.codecs | Codecs API: API for customization of the encoding and structure of the index. |
org.apache.lucene.codecs.lucene40 | Lucene 4.0 file format. |
org.apache.lucene.codecs.lucene40.values | Default DocValues implementation for Lucene 4.0 indexes. |
org.apache.lucene.index | Code to maintain and access indices. |
Uses of PerDocWriteState in org.apache.lucene.codecs |
---|
Methods in org.apache.lucene.codecs with parameters of type PerDocWriteState | |
---|---|
abstract PerDocConsumer |
DocValuesFormat.docsConsumer(PerDocWriteState state)
Consumes (writes) doc values during indexing. |
abstract PerDocConsumer |
NormsFormat.docsConsumer(PerDocWriteState state)
Returns a PerDocConsumer to write norms to the
index. |
Uses of PerDocWriteState in org.apache.lucene.codecs.lucene40 |
---|
Methods in org.apache.lucene.codecs.lucene40 with parameters of type PerDocWriteState | |
---|---|
PerDocConsumer |
Lucene40DocValuesFormat.docsConsumer(PerDocWriteState state)
|
PerDocConsumer |
Lucene40NormsFormat.docsConsumer(PerDocWriteState state)
|
Constructors in org.apache.lucene.codecs.lucene40 with parameters of type PerDocWriteState | |
---|---|
Lucene40DocValuesConsumer(PerDocWriteState state,
String segmentSuffix)
Sole constructor. |
|
Lucene40NormsFormat.Lucene40NormsDocValuesConsumer(PerDocWriteState state,
String segmentSuffix)
Sole constructor. |
Uses of PerDocWriteState in org.apache.lucene.codecs.lucene40.values |
---|
Constructors in org.apache.lucene.codecs.lucene40.values with parameters of type PerDocWriteState | |
---|---|
DocValuesWriterBase(PerDocWriteState state)
Creates DocValuesWriterBase , using PackedInts.FAST . |
|
DocValuesWriterBase(PerDocWriteState state,
float acceptableOverheadRatio)
Creates DocValuesWriterBase . |
Uses of PerDocWriteState in org.apache.lucene.index |
---|
Constructors in org.apache.lucene.index with parameters of type PerDocWriteState | |
---|---|
PerDocWriteState(PerDocWriteState state,
String segmentSuffix)
Creates a PerDocWriteState , copying fields
from another (copy constructor) but setting a new
segmentSuffix . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |