| 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.codecs.sep |
Sep: base support for separate files (doc,frq,pos,skp,pyl)
|
| org.apache.lucene.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
PerDocConsumer |
Lucene40DocValuesFormat.docsConsumer(PerDocWriteState state) |
PerDocConsumer |
Lucene40NormsFormat.docsConsumer(PerDocWriteState state) |
| Constructor and Description |
|---|
Lucene40DocValuesConsumer(PerDocWriteState state,
String segmentSuffix) |
Lucene40NormsFormat.Lucene40NormsDocValuesConsumer(PerDocWriteState state,
String segmentSuffix) |
| Constructor and Description |
|---|
DocValuesWriterBase(PerDocWriteState state) |
DocValuesWriterBase(PerDocWriteState state,
float acceptableOverheadRatio) |
| Constructor and Description |
|---|
SepDocValuesConsumer(PerDocWriteState state) |
| Modifier and Type | Method and Description |
|---|---|
PerDocConsumer |
SimpleTextDocValuesFormat.docsConsumer(PerDocWriteState state) |
PerDocConsumer |
SimpleTextNormsFormat.docsConsumer(PerDocWriteState state) |
| Constructor and Description |
|---|
SimpleTextNormsFormat.SimpleTextNormsPerDocConsumer(PerDocWriteState state) |
| Constructor and Description |
|---|
PerDocWriteState(PerDocWriteState state,
String segmentSuffix) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.