| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PerDocConsumer |
NormsFormat.docsConsumer(PerDocWriteState state)
Returns a
PerDocConsumer to write norms to the
index. |
abstract PerDocConsumer |
DocValuesFormat.docsConsumer(PerDocWriteState state)
Consumes (writes) doc values during indexing.
|
| Modifier and Type | Method and Description |
|---|---|
PerDocConsumer |
Lucene40NormsFormat.docsConsumer(PerDocWriteState state) |
PerDocConsumer |
Lucene40DocValuesFormat.docsConsumer(PerDocWriteState state) |
| Constructor and Description |
|---|
Lucene40DocValuesConsumer(PerDocWriteState state,
String segmentSuffix)
Sole constructor.
|
Lucene40NormsFormat.Lucene40NormsDocValuesConsumer(PerDocWriteState state,
String segmentSuffix)
Sole constructor.
|
| Constructor and Description |
|---|
DocValuesWriterBase(PerDocWriteState state)
Creates
DocValuesWriterBase, using PackedInts.FAST. |
DocValuesWriterBase(PerDocWriteState state,
float acceptableOverheadRatio)
Creates
DocValuesWriterBase. |
| Constructor and Description |
|---|
PerDocWriteState(PerDocWriteState state,
String segmentSuffix)
Creates a
PerDocWriteState, copying fields
from another (copy constructor) but setting a new
segmentSuffix. |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.